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 <tho...@monjalon.net>
Hi Shahaf, Yongseok, Any comment on this patch?