From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 734EF1B305 for ; Mon, 16 Oct 2017 03:32:29 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 15 Oct 2017 18:32:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,384,1503385200"; d="scan'208";a="910219874" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 15 Oct 2017 18:32:27 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 15 Oct 2017 18:32:27 -0700 Received: from bgsmsx102.gar.corp.intel.com (10.223.4.172) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 15 Oct 2017 18:32:27 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.200]) by BGSMSX102.gar.corp.intel.com ([169.254.2.11]) with mapi id 14.03.0319.002; Mon, 16 Oct 2017 07:02:24 +0530 From: "Yang, Zhiyong" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Van Haaren, Harry" Thread-Topic: [dpdk-dev] [PATCH 8/8] doc: update port id type Thread-Index: AQHTRCWb4JTOf8CNiUqDHMPeq8GS2aLhju8AgAQlGnA= Date: Mon, 16 Oct 2017 01:32:23 +0000 Message-ID: References: <20171013131701.38147-1-zhiyong.yang@intel.com> <20171013131701.38147-9-zhiyong.yang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWU0ZGVmZjktYTg0ZC00YTEzLTk0MDYtZmZmZTcyOTcyODBhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1aaW1keHVNVUpLQjhPSXhVOGlKUFl3amZ3Q1NlVUpBS2VpRFFONTB2Ykk9In0= 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 8/8] doc: update 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: Mon, 16 Oct 2017 01:32:30 -0000 Hi John, > -----Original Message----- > From: Mcnamara, John > Sent: Friday, October 13, 2017 11:41 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: Yigit, Ferruh ; Yang, Zhiyong > ; Van Haaren, Harry > Subject: RE: [dpdk-dev] [PATCH 8/8] doc: update port id type >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhiyong Yang > > Sent: Friday, October 13, 2017 2:17 PM > > To: dev@dpdk.org > > Cc: Yigit, Ferruh ; Yang, Zhiyong > > > > Subject: [dpdk-dev] [PATCH 8/8] doc: update port id type > > > > Since port id has changed from uint8_t to uint16_t in dpdk code, So > > update the change in related doc. > > > > Fixes: f8244c6399d9 ("ethdev: increase port id range") > > Signed-off-by: Zhiyong Yang >=20 > Looks good. There is one other unchanged reference but I don't know if it= is > relevant. >=20 > CC: Harry >=20 > $ ag "uint8_t port" doc/guides/ > doc/guides/prog_guide/eventdev.rst > 283: uint8_t port_id =3D 0; >=20 >=20 > Acked-by: John McNamara Thanks for your acked-by firstly. The patchset increased port id range to = uint16_t in ethdev, Not eventdev. So I don't touch it here. Port id in eventdev is stills uint= 8_t from my understanding. Thanks Zhiyong