Re: [ovs-dev] [PATCH 1/2] dpif-netdev: Refactor simple match lookup functions.

2022-06-30 Thread Van Haaren, Harry
> -Original Message- > From: dev On Behalf Of Cian Ferriter > Sent: Thursday, June 30, 2022 3:51 PM > To: ovs-dev@openvswitch.org > Subject: [ovs-dev] [PATCH 1/2] dpif-netdev: Refactor simple match lookup > functions. > > Move the simple match functions used duri

[ovs-dev] [PATCH 1/2] dpif-netdev: Refactor simple match lookup functions.

2022-06-30 Thread Cian Ferriter
Move the simple match functions used during lookup to allow reuse of these functions in the AVX512 DPIF. Signed-off-by: Cian Ferriter --- lib/dpif-netdev-private-dpif.c | 69 +++ lib/dpif-netdev-private-dpif.h | 12 ++ lib/dpif-netdev.c | 74 -