Re: [ovs-dev] [v8 11/12] dpif-netdev/mfex: add more AVX512 traffic profiles

2021-07-10 Thread Flavio Leitner
On Fri, Jul 09, 2021 at 05:36:01PM +0530, kumar Amber wrote: > From: Harry van Haaren > > This commit adds 3 new traffic profile implementations to the > existing avx512 miniflow extract infrastructure. The profiles added are: > - Ether()/IP()/TCP() > - Ether()/Dot1Q()/IP()/UDP() > - Ether()/Dot1

[ovs-dev] [v8 11/12] dpif-netdev/mfex: add more AVX512 traffic profiles

2021-07-09 Thread kumar Amber
From: Harry van Haaren This commit adds 3 new traffic profile implementations to the existing avx512 miniflow extract infrastructure. The profiles added are: - Ether()/IP()/TCP() - Ether()/Dot1Q()/IP()/UDP() - Ether()/Dot1Q()/IP()/TCP() The design of the avx512 code here is for scalability to ad