Re: [dpdk-dev] [PATCH 4/4] ethdev: support representor id for iterating ports

2018-10-09 Thread Andrew Rybchenko
On 10/9/18 5:18 AM, Thomas Monjalon wrote: The representor id is added in rte_eth_dev_data in order to be able to match a port with its representor id in devargs. Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko

[dpdk-dev] [PATCH 4/4] ethdev: support representor id for iterating ports

2018-10-08 Thread Thomas Monjalon
The representor id is added in rte_eth_dev_data in order to be able to match a port with its representor id in devargs. Signed-off-by: Thomas Monjalon --- drivers/net/i40e/i40e_vf_representor.c | 1 + drivers/net/ixgbe/ixgbe_vf_representor.c | 1 + drivers/net/mlx5/mlx5.c |