From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D08E21B746 for ; Fri, 13 Oct 2017 17:41:23 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2017 08:41:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,371,1503385200"; d="scan'208";a="1024888615" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga003.jf.intel.com with ESMTP; 13 Oct 2017 08:41:22 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Fri, 13 Oct 2017 16:41:21 +0100 From: "Mcnamara, John" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Yang, Zhiyong" , "Van Haaren, Harry" Thread-Topic: [dpdk-dev] [PATCH 8/8] doc: update port id type Thread-Index: AQHTRCXZjJFNm/yA5kKfFJdJIVNaRKLh6oiA Date: Fri, 13 Oct 2017 15:41:20 +0000 Message-ID: References: <20171013131701.38147-1-zhiyong.yang@intel.com> <20171013131701.38147-9-zhiyong.yang@intel.com> In-Reply-To: <20171013131701.38147-9-zhiyong.yang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWU0ZGVmZjktYTg0ZC00YTEzLTk0MDYtZmZmZTcyOTcyODBhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1aaW1keHVNVUpLQjhPSXhVOGlKUFl3amZ3Q1NlVUpBS2VpRFFONTB2Ykk9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] 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: Fri, 13 Oct 2017 15:41:24 -0000 > -----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 >=20 > Since port id has changed from uint8_t to uint16_t in dpdk code, So updat= e > the change in related doc. >=20 > Fixes: f8244c6399d9 ("ethdev: increase port id range") > Signed-off-by: Zhiyong Yang Looks good. There is one other unchanged reference but I don't know if it i= s relevant. CC: Harry $ ag "uint8_t port" doc/guides/=20 doc/guides/prog_guide/eventdev.rst 283: uint8_t port_id =3D 0; Acked-by: John McNamara