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

2017-09-06 Thread Yang, Zhiyong
: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range Please remove this change in Arkville's PMD from the patch set. The change will break the structure's packing and its handshake with the hardware device.

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

2017-09-06 Thread Yang, Zhiyong
Hi, hemant: This patchset will focus on ethdev, don't touch rte_eventdev next version. Thanks Zhiyong > > */ > > typedef void (*eventdev_port_default_conf_get_t)(struct rte_eventdev *dev, > > - uint8_t port_id, struct rte_event_port_conf *port_conf); > > + uint

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

2017-09-06 Thread Hemant Agrawal
On 9/4/2017 11:27 AM, 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 except some drivers such as MLX4 and MLX5 due to fail to compile them in

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

2017-09-04 Thread Yang, Zhiyong
ber.org > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range > > On Mon, Sep 04, 2017 at 01:57:31PM +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.

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

2017-09-04 Thread Adrien Mazarguil
g, Zhiyong ; Yigit, Ferruh > > ; dev@dpdk.org; tho...@monjalon.net; Wiles, Keith > > ; step...@networkplumber.org; Nelio Laranjeiro > > > > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range > > > > On Mon, Sep 04, 2017 at 01:17:56PM +

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

2017-09-04 Thread Yang, Zhiyong
orkplumber.org; Nelio Laranjeiro > > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range > > On Mon, Sep 04, 2017 at 01:17:56PM +, Richardson, Bruce wrote: > > > > > > > -Original Message- > > > From: Adrien Mazarguil [mailto:ad

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

2017-09-04 Thread Adrien Mazarguil
Richardson, Bruce > > ; dev@dpdk.org; tho...@monjalon.net; Wiles, > > Keith ; step...@networkplumber.org; Nelio > > Laranjeiro > > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range > > > > Hi Zhiyong, > > > > On

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

2017-09-04 Thread Richardson, Bruce
g; Nelio > Laranjeiro > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range > > Hi Zhiyong, > > On Mon, Sep 04, 2017 at 09:47:10AM +, Yang, Zhiyong wrote: > > Hi, Ferruh, Bruce: > > > > > -Original Message- > > > From:

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

2017-09-04 Thread Adrien Mazarguil
: dev@dpdk.org; tho...@monjalon.net; Wiles, Keith > > ; step...@networkplumber.org > > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range > > > > On 9/4/2017 10:06 AM, Bruce Richardson wrote: > > > On Mon, Sep 04, 2017 at 01:57:31PM +0800, Zhiyong Y

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

2017-09-04 Thread Yang, Zhiyong
Hi, Ferruh, Bruce: > -Original Message- > From: Yigit, Ferruh > Sent: Monday, September 4, 2017 5:30 PM > To: Richardson, Bruce ; Yang, Zhiyong > > Cc: dev@dpdk.org; tho...@monjalon.net; Wiles, Keith > ; step...@networkplumber.org > Subject: Re: [dpdk-de

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

2017-09-04 Thread Ferruh Yigit
On 9/4/2017 10:06 AM, Bruce Richardson wrote: > On Mon, Sep 04, 2017 at 01:57:31PM +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 ti

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

2017-09-04 Thread Bruce Richardson
On Mon, Sep 04, 2017 at 01:57:31PM +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 except some drivers > such as MLX4 and MLX5 due