Re: [ovs-dev] [PATCH v2 06/16] hmap: use multi-variable helpers for hmap loops

2022-02-14 Thread 0-day Robot
Bleep bloop. Greetings Adrian Moreno, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Inappropriate bracing around statement #77 FILE: include/openvswitch/hmap.h:182:

[ovs-dev] [PATCH v2 06/16] hmap: use multi-variable helpers for hmap loops

2022-02-14 Thread Adrian Moreno
Rewrite hmap's loops using multi-variable helpers. For SAFE loops, use the LONG version of the multi-variable macros to keep backwards compatibility. Signed-off-by: Adrian Moreno --- include/openvswitch/hmap.h | 62 -- lib/ovs-numa.h | 4 +--