[dpdk-dev] [PATCH v3 3/4] net/mlx5: use port sibling iterators
Ferruh Yigit
ferruh.yigit at intel.com
Thu Apr 4 13:33:44 CEST 2019
On 4/3/2019 7:07 PM, Yongseok Koh wrote:
>
>> 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, I am appending explicit ack to the patch:
Acked-by: Yongseok Koh <yskoh at mellanox.com>
More information about the dev
mailing list