Re: [ovs-dev] [PATCH v2 1/5] dpif-netdev: Refactor per thread recirc data allocation.

2022-06-23 Thread Van Haaren, Harry
> -Original Message- > From: Amber, Kumar > Sent: Tuesday, May 24, 2022 12:39 PM > To: ovs-dev@openvswitch.org > Cc: f...@sysclose.org; echau...@redhat.com; i.maxim...@ovn.org; Van Haaren, > Harry ; Ferriter, Cian ; > Stokes, Ian ; Amber, Kumar > Subject: [PATCH v2 1/5] dpif-netdev: Refac

[ovs-dev] [PATCH v2 1/5] dpif-netdev: Refactor per thread recirc data allocation.

2022-05-24 Thread Kumar Amber
The refactor allows us to use *recirc_depth_get() to obtain the depth across ovs which was previously limited to only dpif-netdev.c. Signed-off-by: Kumar Amber Signed-off-by: Cian Ferriter Co-authored-by: Cian Ferriter --- lib/dpif-netdev-private-dpif.c | 2 ++ lib/dpif-netdev-private-dpif.h |