From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 69AA31B811 for ; 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" To: "Yigit, Ferruh" , Neil Horman , "Mcnamara, John" , "Kovacevic, Marko" CC: "dev@dpdk.org" , Thomas Monjalon , Boris Pismenny , Aviad Yehezkel , "Doherty, Declan" , Hemant Agrawal 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org; Yigit, Ferruh ; Thomas Monjalon > ; Boris Pismenny ; Aviad > Yehezkel ; Nicolau, Radu > ; Doherty, Declan ; > Hemant Agrawal > 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 > --- Acked-by: Radu Nicolau