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

2017-08-09 Thread Yang, Zhiyong
> -Original Message- > From: Wiles, Keith > Sent: Wednesday, August 9, 2017 8:58 PM > To: Yigit, Ferruh > Cc: Yang, Zhiyong ; dev@dpdk.org; > tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: increase port_id range > > > > On Aug 9, 2017

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

2017-08-09 Thread Yang, Zhiyong
Hi, Ferruh: > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, August 9, 2017 8:53 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: increase port_id range > > On 8/9/2017 9:42 AM, Zhiyon

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

2017-08-09 Thread Wiles, Keith
> 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. If we have not already deci

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

2017-08-09 Thread Ferruh Yigit
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. > > Signed-off-by: Zhiyong Yang > --- > app/pdump/main.c |