Re: [ovs-dev] [PATCH v4 7/9] odp-execute: Add ISA implementation of actions.

2022-01-06 Thread Van Haaren, Harry
> -Original Message- > From: Finn, Emma > Sent: Wednesday, January 5, 2022 4:54 PM > To: d...@openvswitch.org; Van Haaren, Harry ; > Amber, Kumar > Cc: Finn, Emma > Subject: [PATCH v4 7/9] odp-execute: Add ISA implementation of actions. > > This commit adds the AVX512 implementation of

[ovs-dev] [PATCH v4 7/9] odp-execute: Add ISA implementation of actions.

2022-01-05 Thread Emma Finn
This commit adds the AVX512 implementation of the action functionality. Usage: $ ovs-appctl dpif-netdev/action-impl-set avx512 Signed-off-by: Emma Finn --- Documentation/topics/dpdk/bridge.rst | 25 ++ Documentation/topics/testing.rst | 20 +--- NEWS