On 9/21/21 12:23, Kumar Amber wrote: > --- > v3: > - rebase to master. > v2: > - fix the CI build. > - fix check-patch for co-author. > --- > > The patch-set introduces AVX512 optimizations of IPv6 > traffic profiles and hashing improvements for all AVX512 > supported traffic profiles for IPv4 and IPv6. > > Kumar Amber (6): > dpif-netdev/mfex: Add AVX512 basic ipv6 traffic profiles > dpif-netdev/mfex: Add AVX512 vlan ipv6 traffic profiles > dpif-netdev/mfex: Add packet hash check to autovalidator > dpif-netdev/mfex: Add ipv4 profile based hashing > dpif-netdev/mfex: Add ipv6 profile based hashing > dpif-netdev/mfex: Avoid hashing when opt mfex called > > NEWS | 7 + > lib/automake.mk | 1 + > lib/dpif-netdev-avx512.c | 6 +- > lib/dpif-netdev-extract-avx512.c | 348 +++++++++++++++++++++++++++++- > lib/dpif-netdev-private-extract.c | 63 +++++- > lib/dpif-netdev-private-extract.h | 12 ++ > tests/pcap/mfex_test.pcap | Bin 416 -> 632 bytes > 7 files changed, 432 insertions(+), 5 deletions(-) >
Hi. A few months ago I was told that it's easy for Intel to set up CI to test upstream patches with AVX512 features enabled. Is there any progress on that front? My point is that we should refrain from adding new features in this area until we have a proper CI. Especially considering the unit test failure you reported yesterday, which is supposedly related to AVX512 optimizations. // Marking this patch-set as deferred for now. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
