Re: [dpdk-dev] [PATCH v5 18/21] ethdev: add private generic device iterator

2018-04-11 Thread Gaƫtan Rivet
On Wed, Apr 11, 2018 at 02:04:19AM +0200, Gaetan Rivet wrote: > This iterator can be customized with a comparison function that will > trigger a stopping condition. > > It can be leveraged to write several different iterators that have > similar but non-identical purposes. > > It is private to li

[dpdk-dev] [PATCH v5 18/21] ethdev: add private generic device iterator

2018-04-10 Thread Gaetan Rivet
This iterator can be customized with a comparison function that will trigger a stopping condition. It can be leveraged to write several different iterators that have similar but non-identical purposes. It is private to librte_ether. Signed-off-by: Gaetan Rivet --- lib/librte_ether/Makefile