Re: [ovs-dev] [PATCH] OVN: convert buffered_mac_bindings to ovs_list

2019-05-08 Thread Ben Pfaff
On Wed, May 08, 2019 at 03:41:48PM +0200, Lorenzo Bianconi wrote: > Convert buffered_mac_bindings from hashmap to a linked list since it is > used just for iteration (no lookups are performed on it) > > Signed-off-by: Lorenzo Bianconi I think this makes the code very slightly easier to

[ovs-dev] [PATCH] OVN: convert buffered_mac_bindings to ovs_list

2019-05-08 Thread Lorenzo Bianconi
Convert buffered_mac_bindings from hashmap to a linked list since it is used just for iteration (no lookups are performed on it) Signed-off-by: Lorenzo Bianconi --- ovn/controller/pinctrl.c | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git