mbox series

[ovs-dev,v3,0/3] Miniflow Extract Testing Improvements

Message ID 20220427111836.2091315-1-kumar.amber@intel.com
Headers show
Series Miniflow Extract Testing Improvements | expand

Message

Kumar Amber April 27, 2022, 11:18 a.m. UTC
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(-)