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

2018-08-31 Thread Gaƫtan Rivet
On Fri, Aug 31, 2018 at 01:09:34PM +0300, Andrew Rybchenko wrote: > On 08/30/2018 04:41 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 > >

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

2018-08-31 Thread Andrew Rybchenko
On 08/30/2018 04:41 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: G

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

2018-08-30 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