[dpdk-dev] [PATCH v3 3/4] net/mlx5: use port sibling iterators
Ferruh Yigit
ferruh.yigit at intel.com
Wed Apr 3 16:19:37 CEST 2019
On 4/1/2019 3:26 AM, Thomas Monjalon wrote:
> Iterating over siblings was done with RTE_ETH_FOREACH_DEV()
> which skips the owned ports.
> The new iterators RTE_ETH_FOREACH_DEV_SIBLING()
> and RTE_ETH_FOREACH_DEV_OF() are more appropriate and more correct.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Hi Shahaf, Yongseok,
Any comment on this patch?
More information about the dev
mailing list