Re: [dpdk-dev] [PATCH] net/mlx5: fix find sibling devices

2021-08-04 Thread Thomas Monjalon
03/08/2021 17:06, Gregory Etelson: > The routine mlx5_eth_find_next() and related iterating macro > MLX5_ETH_FOREACH_DEV is used to iterate through sibling devices (all > representors share the same configuration and switching domain) on top > of specified root device. > > The root device paramete

[dpdk-dev] [PATCH] net/mlx5: fix find sibling devices

2021-08-03 Thread Gregory Etelson
The routine mlx5_eth_find_next() and related iterating macro MLX5_ETH_FOREACH_DEV is used to iterate through sibling devices (all representors share the same configuration and switching domain) on top of specified root device. The root device parameter was specified as NULL, and it caused the miss