Re: [ovs-dev] [PATCH v3 11/17] hindex: use multi-variable iterators

2022-02-25 Thread Dumitru Ceara
On 2/16/22 15:27, Adrian Moreno wrote: > Re-write hindex's loops using multi-variable helpers. > > For safe loops, use the LONG version to maintain backwards > compatibility. > > Signed-off-by: Adrian Moreno > --- Acked-by: Dumitru Ceara ___ dev

[ovs-dev] [PATCH v3 11/17] hindex: use multi-variable iterators

2022-02-16 Thread Adrian Moreno
Re-write hindex's loops using multi-variable helpers. For safe loops, use the LONG version to maintain backwards compatibility. Signed-off-by: Adrian Moreno --- lib/hindex.h| 46 ++--- tests/test-hindex.c | 6 ++ 2 files changed, 33