Re: [dpdk-dev] [PATCH v8 2/9] ethdev: add switch identifier parameter to port

2018-04-27 Thread Ferruh Yigit
On 4/26/2018 11:40 AM, Declan Doherty wrote: > Introduces a new port attribute to ethdev port's which denotes the > switch domain a port belongs to. By default all port's switch > identifiers are set to RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID. Ports > which supported the concept of switch domains can

Re: [dpdk-dev] [PATCH v8 2/9] ethdev: add switch identifier parameter to port

2018-04-26 Thread Thomas Monjalon
26/04/2018 14:02, Thomas Monjalon: > 26/04/2018 12:40, Declan Doherty: > > Introduces a new port attribute to ethdev port's which denotes the > > switch domain a port belongs to. By default all port's switch > > identifiers are set to RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID. Ports > > which supported

Re: [dpdk-dev] [PATCH v8 2/9] ethdev: add switch identifier parameter to port

2018-04-26 Thread Thomas Monjalon
26/04/2018 12:40, Declan Doherty: > Introduces a new port attribute to ethdev port's which denotes the > switch domain a port belongs to. By default all port's switch > identifiers are set to RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID. Ports > which supported the concept of switch domains can be configur

[dpdk-dev] [PATCH v8 2/9] ethdev: add switch identifier parameter to port

2018-04-26 Thread Declan Doherty
Introduces a new port attribute to ethdev port's which denotes the switch domain a port belongs to. By default all port's switch identifiers are set to RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID. Ports which supported the concept of switch domains can be configured with the same switch domain id. Signed