Re: [ovs-dev] [PATCH v3 3/3] flow: Add autovalidator support to miniflow_extract.

2022-07-04 Thread Amber, Kumar
Hi Ilya, Please find the replies inline. > >> #include "dpif-netdev-private-dpcls.h" > >> +#include "dpif-netdev-private-dpif.h" > >> +#include "dpif-netdev-private-extract.h" > > "private" dpif-netdev headers should not be included in non dpif-netdev > modules. > There are many structures whi

Re: [ovs-dev] [PATCH v3 3/3] flow: Add autovalidator support to miniflow_extract.

2022-07-01 Thread Ilya Maximets
On 5/26/22 12:39, Amber, Kumar wrote: > Hi Ilya, > > Can you please provide feedback on the patch-set, if it suffices the flow > based > testing or needs some change to adapt it to flow based testing for AVX512 > MFEX ? > > Regards > Amber > > >> -Original Message- >> From: Amber, Ku

Re: [ovs-dev] [PATCH v3 3/3] flow: Add autovalidator support to miniflow_extract.

2022-05-26 Thread Amber, Kumar
Hi Ilya, Can you please provide feedback on the patch-set, if it suffices the flow based testing or needs some change to adapt it to flow based testing for AVX512 MFEX ? Regards Amber > -Original Message- > From: Amber, Kumar > Sent: Wednesday, April 27, 2022 4:49 PM > To: ovs-dev@ope

[ovs-dev] [PATCH v3 3/3] flow: Add autovalidator support to miniflow_extract.

2022-04-27 Thread Kumar Amber
The patch adds the flag based switch between choice of using miniflow_extract in normal pipeline or select mfex_autovalidator in debug and test builds. The compile time flag used to select autoval can be done using option: ./configure CFLAGS="--enable-mfex-default-autovalidator" Signed-off-by: