Re: [ovs-dev] [v6 02/11] dpif-netdev: Add auto validation function for miniflow extract

2021-07-07 Thread Amber, Kumar
Hi Eelco, Again, looks like email format is broken . I will snip the mail Pls find the replies inline. + uint32_t batch_failed = 0; + /* Iterate through each version of miniflow implementations. */ + for (int j = MFEX_IMPL_MAX; j < MFEX_IMPL_MAX; j++) { This is really confusing ;) Maybe we

Re: [ovs-dev] [v6 02/11] dpif-netdev: Add auto validation function for miniflow extract

2021-07-07 Thread Eelco Chaudron
On 6 Jul 2021, at 15:11, Cian Ferriter wrote: From: Kumar Amber This patch introduced the auto-validation function which allows users to compare the batch of packets obtained from different miniflow implementations against the linear miniflow extract and return a hitmask. The autovaidator

[ovs-dev] [v6 02/11] dpif-netdev: Add auto validation function for miniflow extract

2021-07-06 Thread Cian Ferriter
From: Kumar Amber This patch introduced the auto-validation function which allows users to compare the batch of packets obtained from different miniflow implementations against the linear miniflow extract and return a hitmask. The autovaidator function can be triggered at runtime using the