[dpdk-dev] [PATCH v3 3/4] net/mlx5: use port sibling iterators
Yongseok Koh
yskoh at mellanox.com
Wed Apr 3 20:07:45 CEST 2019
> On Apr 3, 2019, at 7:19 AM, Ferruh Yigit <ferruh.yigit at intel.com> wrote:
>
> 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?
Sorry for late reply.
I know it has been merged but it looks okay to me.
Thanks,
Yongseok
More information about the dev
mailing list