The patch-set introduces changes which would improve the testing of miniflow_extract for AVX512 based miniflow_extract optimizations whithout affecting scalar code path.
--- v3: - Fix comments from Cian. --- Kumar Amber (3): dpif-netdev: Refactor per thread recirc data allocation. flow: Refactor miniflow_extract into api. flow: Add autovalidator support to miniflow_extract. lib/dpif-netdev-avx512.c | 2 +- lib/dpif-netdev-private-dpif.c | 2 ++ lib/dpif-netdev-private-dpif.h | 5 ++++ lib/dpif-netdev-private-extract.c | 8 ++--- lib/dpif-netdev.c | 5 +--- lib/flow.c | 49 +++++++++++++++++++++++++------ lib/flow.h | 8 ++++- ofproto/ofproto.c | 10 +++---- 8 files changed, 64 insertions(+), 25 deletions(-) -- 2.25.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
