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

2017-09-19 Thread Wiles, Keith
> On Sep 19, 2017, at 1:05 AM, Yang, Zhiyong wrote: > > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Wednesday, September 13, 2017 9:33 PM >> To: Thomas Monjalon >> Cc: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan >> ; Lu, Wenzhuo ; >> hemant.agra...@nxp.com; Hunt, David ;

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

2017-09-18 Thread Yang, Zhiyong
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, September 13, 2017 9:33 PM > To: Thomas Monjalon > Cc: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan > ; Lu, Wenzhuo ; > hemant.agra...@nxp.com; Hunt, David ; Richardson, > Bruce ; Ananyev, Konstantin > > Subject: Re: [PATCH

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

2017-09-14 Thread Yang, Zhiyong
Hi Ferruh: > -Original Message- > From: Yigit, Ferruh > Sent: Thursday, September 14, 2017 8:50 PM > To: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan > ; Lu, Wenzhuo > Cc: tho...@monjalon.net; hemant.agra...@nxp.com; Hunt, David > ; Richardson, Bruce ; > Ananyev, Konstantin > Subject: R

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

2017-09-14 Thread Ferruh Yigit
On 9/13/2017 3:26 AM, Yang, Zhiyong wrote: > Hi Ferruh, > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Monday, September 11, 2017 6:22 PM >> To: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan >> ; Lu, Wenzhuo >> Cc: tho...@monjalon.net; hemant.agra...@nxp.com; Hunt, David >> >> S

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

2017-09-13 Thread Ferruh Yigit
On 9/13/2017 1:18 PM, Thomas Monjalon wrote: > 13/09/2017 13:56, Ferruh Yigit: >> On 9/13/2017 3:26 AM, Yang, Zhiyong wrote: >>> From: Yigit, Ferruh On 9/9/2017 3:47 PM, Zhiyong Yang wrote: > Extend port_id definition from uint8_t to uint16_t in lib and drivers > data structures, speci

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

2017-09-13 Thread Thomas Monjalon
13/09/2017 13:56, Ferruh Yigit: > On 9/13/2017 3:26 AM, Yang, Zhiyong wrote: > > From: Yigit, Ferruh > >> On 9/9/2017 3:47 PM, 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,

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

2017-09-13 Thread Yang, Zhiyong
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, September 13, 2017 7:57 PM > To: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan > ; Lu, Wenzhuo > Cc: tho...@monjalon.net; hemant.agra...@nxp.com; Hunt, David > ; Richardson, Bruce ; > Ananyev, Konstantin > Subject:

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

2017-09-13 Thread Ferruh Yigit
On 9/13/2017 3:26 AM, Yang, Zhiyong wrote: > Hi Ferruh, > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Monday, September 11, 2017 6:22 PM >> To: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan >> ; Lu, Wenzhuo >> Cc: tho...@monjalon.net; hemant.agra...@nxp.com; Hunt, David >> >> S

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

2017-09-12 Thread Yang, Zhiyong
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, September 11, 2017 6:22 PM > To: Yang, Zhiyong ; dev@dpdk.org; Doherty, Declan > ; Lu, Wenzhuo > Cc: tho...@monjalon.net; hemant.agra...@nxp.com; Hunt, David > > Subject: Re: [PATCH v3 1/4] ethdev: increase port_id ran

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

2017-09-11 Thread Yang, Zhiyong
nt.agra...@nxp.com; Hunt, David > > Subject: Re: [dpdk-dev] [PATCH v3 1/4] ethdev: increase port_id range > > Hi Zhiyong, > > On Sat, Sep 09, 2017 at 10:47:24PM +0800, Zhiyong Yang wrote: > > Extend port_id definition from uint8_t to uint16_t in lib and drivers > >

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

2017-09-11 Thread Ferruh Yigit
On 9/9/2017 3:47 PM, 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 original code and remove som

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

2017-09-11 Thread Adrien Mazarguil
Hi Zhiyong, On Sat, Sep 09, 2017 at 10:47:24PM +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 fro