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

2017-10-06 Thread Nélio Laranjeiro
On Thu, Sep 21, 2017 at 01:49:28PM +0200, Adrien Mazarguil wrote: > On Thu, Sep 21, 2017 at 04:32:40PM +0800, Zhiyong Yang wrote: > > Extend port_id definition from uint8_t to uint16_t in lib and drivers > > data structures, specifically rte_eth_dev_data. Modify the APIs, > > drivers and app using

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

2017-09-21 Thread Adrien Mazarguil
On Thu, Sep 21, 2017 at 04:32:40PM +0800, Zhiyong Yang wrote: > Extend port_id definition from uint8_t to uint16_t in lib and drivers > data structures, specifically rte_eth_dev_data. Modify the APIs, > drivers and app using port_id at the same time. > > Fix some checkpatch issues from the origina