Re: [dpdk-dev] [PATCH 0/2] increase port_id range

2017-08-09 Thread Yang, Zhiyong
Hi,Pablo: > -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, August 9, 2017 5:01 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: tho...@monjalon.net > Subject: RE: [dpdk-dev] [PATCH 0/2] increase port_id range > > Hi Zhiyong, > > > --

Re: [dpdk-dev] [PATCH 0/2] increase port_id range

2017-08-09 Thread De Lara Guarch, Pablo
Hi Zhiyong, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhiyong Yang > Sent: Wednesday, August 9, 2017 9:42 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net > Subject: [dpdk-dev] [PATCH 0/2] increase port_id range > > port_id is curr

[dpdk-dev] [PATCH 0/2] increase port_id range

2017-08-09 Thread Zhiyong Yang
port_id is currently defined as uint8_t, which is limited to the range 0 to 255. A larger range is required for vdev scalability. It is necessary for a redefinition of port_id to extend it from 1 bytes to 2 bytes. All ethdev APIs and usages related to port_id will be changed at the same time. Bel