> On Apr 3, 2019, at 7:19 AM, Ferruh Yigit <ferruh.yi...@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 <tho...@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