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

2022-09-23 Thread Finn, Emma
> -Original Message- > From: David Marchand > Sent: Wednesday 21 September 2022 11:26 > To: Finn, Emma > Cc: d...@openvswitch.org; i.maxim...@ovn.org > Subject: Re: [ovs-dev] [v2] odp-execute: Add ISA implementation of > set_masked IPv6 action > > On Tue, S

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

2022-09-21 Thread David Marchand
On Tue, Sep 20, 2022 at 3:19 PM 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 > > --- > v2: > - Added check for availbility of s6_addr32

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

2022-09-20 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 --- v2: - Added check for availbility of s6_addr32 field of struct in6_addr. - Fixed network headers for freebsd buil