Re: [dpdk-dev] [PATCH v2 05/13] ethdev: add private generic device iterator

2018-09-20 Thread Andrew Rybchenko
On 9/19/18 7:03 PM, 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 librte_ethdev. Signed-off-by: Gaeta

[dpdk-dev] [PATCH v2 05/13] ethdev: add private generic device iterator

2018-09-19 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_ethdev. Signed-off-by: Gaetan Rivet --- lib/librte_ethdev/Makefile