From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <radu.nicolau@intel.com> Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 69AA31B811 for <dev@dpdk.org>; Fri, 9 Feb 2018 14:18:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 05:18:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,483,1511856000"; d="scan'208";a="30153758" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 09 Feb 2018 05:18:09 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.101]) by IRSMSX108.ger.corp.intel.com ([169.254.11.9]) with mapi id 14.03.0319.002; Fri, 9 Feb 2018 13:18:08 +0000 From: "Nicolau, Radu" <radu.nicolau@intel.com> To: "Yigit, Ferruh" <ferruh.yigit@intel.com>, Neil Horman <nhorman@tuxdriver.com>, "Mcnamara, John" <john.mcnamara@intel.com>, "Kovacevic, Marko" <marko.kovacevic@intel.com> CC: "dev@dpdk.org" <dev@dpdk.org>, Thomas Monjalon <thomas@monjalon.net>, Boris Pismenny <borisp@mellanox.com>, Aviad Yehezkel <aviadye@mellanox.com>, "Doherty, Declan" <declan.doherty@intel.com>, Hemant Agrawal <hemant.agrawal@nxp.com> Thread-Topic: [PATCH] doc: fix ethdev API port_id parameter size Thread-Index: AQHToYv0vzXYBaQuxEW6DecNU2jPsqOcDa+Q Date: Fri, 9 Feb 2018 13:18:08 +0000 Message-ID: <763A2F19A5EFF34F8B7F1657C992EE297B3273A2@IRSMSX104.ger.corp.intel.com> References: <20180209095358.69136-1-ferruh.yigit@intel.com> In-Reply-To: <20180209095358.69136-1-ferruh.yigit@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzMwZTY3MjgtZGE0MC00NDQzLWFkYjUtZGQzYTI2N2NlMzliIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Imc1WFBEOHNyUkdKMlpoc01xSEpTT1FcL1YwZFNsVjJwb3N2eGQxMWM5TnZzPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 09 Feb 2018 13:18:12 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Friday, February 9, 2018 9:54 AM > To: Neil Horman <nhorman@tuxdriver.com>; Mcnamara, John > <john.mcnamara@intel.com>; Kovacevic, Marko > <marko.kovacevic@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; Thomas Monjalon > <thomas@monjalon.net>; Boris Pismenny <borisp@mellanox.com>; Aviad > Yehezkel <aviadye@mellanox.com>; Nicolau, Radu > <radu.nicolau@intel.com>; Doherty, Declan <declan.doherty@intel.com>; > Hemant Agrawal <hemant.agrawal@nxp.com> > Subject: [PATCH] doc: fix ethdev API port_id parameter size >=20 > Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form uint8_= t > to uint16_t >=20 > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> > --- Acked-by: Radu Nicolau <radu.nicolau@intel.com>