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

2022-07-12 Thread Stokes, Ian
> Make the simple match functions used during lookup non-static to allow > reuse of these functions in the AVX512 DPIF. > > Signed-off-by: Cian Ferriter > Tested-by: Harry van Haaren > Thanks for the patch series Cian, given that this was discussed at the community call for exception I've

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

2022-07-12 Thread Pai G, Sunil
Adding Amber on CC since he missed this patch on mailing list. > -Original Message- > From: Ferriter, Cian > Sent: Thursday, July 7, 2022 6:35 PM > To: ovs-dev@openvswitch.org > Cc: Van Haaren, Harry ; Pai G, Sunil > ; Ferriter, Cian > Subject: [PATCH v2 1/2] dpif-netdev: Refactor

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

2022-07-12 Thread Pai G, Sunil
Adding Amber on CC since he missed this patch on mailing list. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

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

2022-07-07 Thread Pai G, Sunil
> -Original Message- > From: Ferriter, Cian > Sent: Thursday, July 7, 2022 6:35 PM > To: ovs-dev@openvswitch.org > Cc: Van Haaren, Harry ; Pai G, Sunil > ; Ferriter, Cian > Subject: [PATCH v2 1/2] dpif-netdev: Refactor simple match lookup > functions. > > Make the simple match

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

2022-07-07 Thread Cian Ferriter
Make the simple match functions used during lookup non-static to allow reuse of these functions in the AVX512 DPIF. Signed-off-by: Cian Ferriter Tested-by: Harry van Haaren --- v2: * Make the 3 simple match lookup function definitions non-static rather than moving the defitions to the