From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id EF7DE2647 for ; Thu, 10 Aug 2017 02:53:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2017 17:53:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,349,1498546800"; d="scan'208";a="1203964569" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 09 Aug 2017 17:53:16 -0700 Received: from bgsmsx105.gar.corp.intel.com (10.223.43.197) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 Aug 2017 17:53:16 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.180]) by BGSMSX105.gar.corp.intel.com ([169.254.3.128]) with mapi id 14.03.0319.002; Thu, 10 Aug 2017 06:23:13 +0530 From: "Yang, Zhiyong" To: "Wiles, Keith" , "Yigit, Ferruh" CC: "dev@dpdk.org" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH 1/2] ethdev: increase port_id range Thread-Index: AQHTEOtnvRNe+iGkLUCmqXmXTiQzx6J7nrSAgAABcwCAASPDEA== Date: Thu, 10 Aug 2017 00:53:12 +0000 Message-ID: References: <20170809084203.17562-1-zhiyong.yang@intel.com> <20170809084203.17562-2-zhiyong.yang@intel.com> <5208BC53-1918-4D6A-AE91-7C2936479084@intel.com> In-Reply-To: <5208BC53-1918-4D6A-AE91-7C2936479084@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjAyYjUwMjgtNWRkMC00OTAxLWIyZDAtODNkNjc1NGJhMjNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZxaWZxeEZkeW14T1V2dU41c1RtN3JWUVZLSWlQTUtwajYxNjBYUXpURHM9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 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 1/2] ethdev: increase port_id range 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, 10 Aug 2017 00:53:18 -0000 > -----Original Message----- > From: Wiles, Keith > Sent: Wednesday, August 9, 2017 8:58 PM > To: Yigit, Ferruh > Cc: Yang, Zhiyong ; dev@dpdk.org; > thomas@monjalon.net > Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: increase port_id range >=20 >=20 > > On Aug 9, 2017, at 7:52 AM, Ferruh Yigit wrote= : > > > > On 8/9/2017 9:42 AM, Zhiyong Yang wrote: > >> Extend port_id definition from uint8_t to uint16_t in lib ethdev data > >> structures, specifically rte_eth_dev_data and modify the APIs using > >> port_id at the same time. >=20 > If we have not already decided, we need to apply this patch very soon to > hammer out all of the bugs before the next release. Agreed seriously. :) Thanks Zhiyong >=20 > Regards, > Keith