From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 31FC41B6FB for ; Tue, 17 Oct 2017 09:23:39 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2017 00:23:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,389,1503385200"; d="scan'208";a="1231625435" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 17 Oct 2017 00:23:35 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Oct 2017 00:23:35 -0700 Received: from bgsmsx151.gar.corp.intel.com (10.224.48.42) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Oct 2017 00:23:34 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.200]) by BGSMSX151.gar.corp.intel.com ([169.254.3.191]) with mapi id 14.03.0319.002; Tue, 17 Oct 2017 12:53:31 +0530 From: "Yang, Zhiyong" To: Adrien Mazarguil , "Yigit, Ferruh" CC: "dev@dpdk.org" Thread-Topic: [PATCH] ethdev: fix port ID type in flow API Thread-Index: AQHTPp9Cwp+hkJ4GhkG3RxZtq9Ui8aLntACw Date: Tue, 17 Oct 2017 07:23:30 +0000 Message-ID: References: <20171006123233.GC3871@6wind.com> In-Reply-To: <20171006123233.GC3871@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYThjNGMzMzUtMGZjMi00MTQ3LTg5ZWYtZTIyODBkMzM2MTg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZJNGpGRzZOSVpNWlB3T3ZHSmprcmpIWEFCQjI5MEV2Zk1IbXdoRllRWVE9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethdev: fix port ID type in flow API 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: Tue, 17 Oct 2017 07:23:40 -0000 Hi Adrien, Thanks for your fix patch. Zhiyong > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com] > Sent: Friday, October 6, 2017 8:33 PM > To: Yigit, Ferruh ; Yang, Zhiyong > > Cc: dev@dpdk.org > Subject: [PATCH] ethdev: fix port ID type in flow API >=20 > As for the testpmd flow command which uses uint16_t since the beginning b= y > chance, switch to portid_t for consistency. >=20 > Fixes: 14ab03825b1d ("ethdev: increase port id range") > Cc: Zhiyong Yang >=20 > Signed-off-by: Adrien Mazarguil > ---