Re: [dpdk-dev] [PATCH] doc: announce API and ABI change for ethdev

2017-08-03 Thread Yang, Zhiyong
: [dpdk-dev] [PATCH] doc: announce API and ABI change for ethdev > > On Wed, Jul 12, 2017 at 03:58:46PM +0800, Zhiyong Yang wrote: > > This is an API/ABI change notice for DPDK 17.11 on redefinition of > > Don't put 2 whitespace char indentation here. > > > port_id. po

Re: [dpdk-dev] [PATCH] doc: announce API and ABI change for ethdev

2017-08-03 Thread Jerin Jacob
-Original Message- > Date: Fri, 4 Aug 2017 12:07:28 +0800 > From: Yuanhan Liu > To: Zhiyong Yang > Cc: dev@dpdk.org, zhihong.w...@intel.com, john.mcnam...@intel.com, > oilvier.m...@6wind.com, tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH] doc: announce API

Re: [dpdk-dev] [PATCH] doc: announce API and ABI change for ethdev

2017-08-03 Thread Yuanhan Liu
On Wed, Jul 12, 2017 at 03:58:46PM +0800, Zhiyong Yang wrote: > This is an API/ABI change notice for DPDK 17.11 on redefinition of Don't put 2 whitespace char indentation here. > port_id. port_id is defined as uint8_t by now, which is just ranged > from 0 to 255. For more and more scenerioes, m

Re: [dpdk-dev] [PATCH] doc: announce API and ABI change for ethdev

2017-08-03 Thread Tan, Jianfeng
On 7/12/2017 12:58 AM, Zhiyong Yang wrote: This is an API/ABI change notice for DPDK 17.11 on redefinition of A nit: we usually don't indent at the commit message paragraph. port_id. port_id is defined as uint8_t by now, which is just ranged from 0 to 255. For more and more scenerioes, m

[dpdk-dev] [PATCH] doc: announce API and ABI change for ethdev

2017-07-12 Thread Zhiyong Yang
This is an API/ABI change notice for DPDK 17.11 on redefinition of port_id. port_id is defined as uint8_t by now, which is just ranged from 0 to 255. For more and more scenerioes, more than 256 devices are needed to support for vdev scalability. It is necessary for redefinition of port_id to e