From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id EDC571B2A9 for <dev@dpdk.org>; Wed, 14 Feb 2018 18:25:22 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6203920C1D; Wed, 14 Feb 2018 12:25:22 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 14 Feb 2018 12:25:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=JvV+UKV97bB1Iu6qy5lLJaWiIN 7uUE4eXirbqrzu5jo=; b=i5ez4+ELJDuu7f5f4ny9kgp1WQq1JeuTz6mpFb/osB DxIVQ7pm3sgCHMf9eNaJAI6yMg6KwVXlfqbTXsQnzmS1NSpuSxjPizJkdJfVsqjA Zn7nhykBk08EtwCcjtq+cR4CT5yrfmOTJvW72oUhJdjVFYs3oIw0Kq0JxJF8a8d+ E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=JvV+UK V97bB1Iu6qy5lLJaWiIN7uUE4eXirbqrzu5jo=; b=jAwix9yRhfHx2e0+NMvtc7 k/HZO1ghjNrdgI2sGVaEKsmvHWXhuDRGBiAtxek8MJhXl8DxePYppFU6zgBacXIE Su6Wrr2cRfyPMZfjNYkub11pU5kENbd3wl47xHVZqWWOAUUS8QMCCo+XBQlvOUgW Q4uq6zvOVuhMv16K2BWoSDVI1Hb9bHLhRPb2fhrL+8BDDQJHlJljoDC4eEDr2p9p diDeAKBvD6kQT9tle+/hJRPUnOCD1PO/ccdUqOphsIfxydoFqwt4IregPFPC3J20 9p43Cc75FyAMSb4CrQuzsghn58gRdjE3HJbCyI0lxkU4Rvu+XMHL6Xr+4MRdboIQ == X-ME-Sender: <xms:AnGEWqjpm1MwHvF5Ueb-nT2nU9qEPmmjElmTe6Se39EckK37Qx3Txw> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0BFBA240DB; Wed, 14 Feb 2018 12:25:22 -0500 (EST) From: Thomas Monjalon <thomas@monjalon.net> To: "Yigit, Ferruh" <ferruh.yigit@intel.com> Cc: dev@dpdk.org, Jerin Jacob <jerin.jacob@caviumnetworks.com>, Hemant Agrawal <hemant.agrawal@nxp.com>, "Nicolau, Radu" <radu.nicolau@intel.com>, Neil Horman <nhorman@tuxdriver.com>, "Mcnamara, John" <john.mcnamara@intel.com>, "Kovacevic, Marko" <marko.kovacevic@intel.com>, Boris Pismenny <borisp@mellanox.com>, Aviad Yehezkel <aviadye@mellanox.com>, "Doherty, Declan" <declan.doherty@intel.com> Date: Wed, 14 Feb 2018 18:25:10 +0100 Message-ID: <1995035.yIpTY6DqaL@xps> In-Reply-To: <20180210120127.GA7298@jerin> References: <20180209095358.69136-1-ferruh.yigit@intel.com> <AM2PR04MB0753FC01B3F271D961034D2689F20@AM2PR04MB0753.eurprd04.prod.outlook.com> <20180210120127.GA7298@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 14 Feb 2018 17:25:23 -0000 > > > > Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form > > > > uint8_t to uint16_t > > > > > > > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> > > > > --- > > > Acked-by: Radu Nicolau <radu.nicolau@intel.com> > > > > Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> > > Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> Applied