Re: [dpdk-dev] [PATCH v2 1/6] ethdev: added switch_domain and representor port flag

2017-12-11 Thread Mohammad Abdul Awal
Hi Alex, On 11/12/2017 13:45, Alex Rosenbaum wrote: Mohammad, I did not see a v2 change log. did I miss it? please send. The V2 change is for vdev handling by the representor PMD as the vdev API location changed from DPDK 17.08 to 17.11. So, V2 patch mainly a rebased against DPDK 17.11. I

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: added switch_domain and representor port flag

2017-12-11 Thread Alex Rosenbaum
Mohammad, I did not see a v2 change log. did I miss it? please send. I don't understand who this v2 addresses the comments by Alejandro Lucero from netronome [1]. These are critical points which your proposal does not handle. It is related to the switch_domain member exposed here. thanks, Alex

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: added switch_domain and representor port flag

2017-12-08 Thread Mohammad Abdul Awal
On 20/11/2017 19:57, Ferruh Yigit wrote: On 11/17/2017 6:42 AM, Mohammad Abdul Awal wrote: switch_domain attribute has been added to specify that a rte_eth_dev instance belongs to a switch domain in the software switch. RTE_ETH_DEV_REPRESENTOR_PORT has been defined to specify that a rte_eth_d

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: added switch_domain and representor port flag

2017-11-20 Thread Ferruh Yigit
On 11/17/2017 6:42 AM, Mohammad Abdul Awal wrote: > switch_domain attribute has been added to specify that a rte_eth_dev > instance belongs to a switch domain in the software switch. > > RTE_ETH_DEV_REPRESENTOR_PORT has been defined to specify that a > rte_eth_dev instance is a representor device.

[dpdk-dev] [PATCH v2 1/6] ethdev: added switch_domain and representor port flag

2017-11-17 Thread Mohammad Abdul Awal
switch_domain attribute has been added to specify that a rte_eth_dev instance belongs to a switch domain in the software switch. RTE_ETH_DEV_REPRESENTOR_PORT has been defined to specify that a rte_eth_dev instance is a representor device. Signed-off-by: Mohammad Abdul Awal Signed-off-by: Declan