Re: [ovs-dev] [PATCH] odp-execute: Add ISA implementation of set_masked IPv6 action

2022-09-14 Thread Ilya Maximets
On 9/13/22 14:59, Emma Finn wrote: > This commit adds support for the AVX512 implementation of the > ipv6_set_addrs action as well as an AVX512 implementation of > updating the L4 checksums. > > Signed-off-by: Emma Finn > --- > lib/odp-execute-avx512.c | 163 +

[ovs-dev] [PATCH] odp-execute: Add ISA implementation of set_masked IPv6 action

2022-09-13 Thread Emma Finn
This commit adds support for the AVX512 implementation of the ipv6_set_addrs action as well as an AVX512 implementation of updating the L4 checksums. Signed-off-by: Emma Finn --- lib/odp-execute-avx512.c | 163 +++ 1 file changed, 163 insertions(+) diff --git