The Patchset Introduces creating of varied lenght packets for testing MFEX AVX512 implementations as well as Introduces unit-tests which are independet from ovs-datapath. This also allows us to test a lot more scenarios testing only MFEX.
Kumar Amber (2): tests/mfex: Improve pcap script for complex testing traffic tests/mfex-test: Introduce non datapath testing for avx512. lib/dpif-netdev-private-extract.c | 4 +- tests/automake.mk | 2 +- tests/library.at | 7 +++ tests/mfex_fuzzy.py | 55 +++++++++++++++-------- tests/pcap/mfex_test.pcap | Bin 416 -> 0 bytes tests/system-dpdk.at | 23 +++++++--- tests/test-mfex.c | 70 ++++++++++++++++++++++++++++++ 7 files changed, 132 insertions(+), 29 deletions(-) delete mode 100644 tests/pcap/mfex_test.pcap create mode 100644 tests/test-mfex.c -- 2.25.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
