From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CD7A31B249 for ; Thu, 19 Oct 2017 21:10:15 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2017 12:10:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,402,1503385200"; d="scan'208";a="1207742232" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 19 Oct 2017 12:10:13 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Thu, 19 Oct 2017 20:10:12 +0100 From: "De Lara Guarch, Pablo" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Yang, Zhiyong" Thread-Topic: [dpdk-dev] [PATCH v2] examples/l2fwd-crypto: fix port id type Thread-Index: AQHTSIX5kxXoir3xKEics/Ftrq1bEqLripXg Date: Thu, 19 Oct 2017 19:10:11 +0000 Message-ID: References: <20171018095019.42807-1-zhiyong.yang@intel.com> <20171019025657.41108-1-zhiyong.yang@intel.com> In-Reply-To: <20171019025657.41108-1-zhiyong.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTQ5ZTY3MjMtYTJlOS00MmQ5LWFkZWYtN2U2YTY2N2MyODRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InhLazM1cTF0RXBPN0c0OWFqdTFCZkQzWUpzS0JkMTJHY1wvMFR0THlaT05jPSJ9 x-ctpclassification: CTP_IC 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 v2] examples/l2fwd-crypto: fix port id type 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: Thu, 19 Oct 2017 19:10:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhiyong Yang > Sent: Thursday, October 19, 2017 3:57 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; De Lara Guarch, Pablo > ; Yang, Zhiyong > > Subject: [dpdk-dev] [PATCH v2] examples/l2fwd-crypto: fix port id type >=20 > Fix port id issues and keep variables related to port ids in consistent d= ata > type definition "uint16_t". >=20 > Remove unnecessary cast in the meanwhile. >=20 > Fixes: f8244c6399d9 ("ethdev: increase port id range") > Signed-off-by: Zhiyong Yang > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo