Re: [ovs-dev] [PATCH v7 04/11] odp-execute: Add auto validation function for actions.

2022-06-23 Thread Eelco Chaudron
On 14 Jun 2022, at 13:57, Emma Finn wrote: > This commit introduced the auto-validation function which > allows users to compare the batch of packets obtained from > different action implementations against the linear > action implementation. > > The autovalidator function can be triggered at runt

[ovs-dev] [PATCH v7 04/11] odp-execute: Add auto validation function for actions.

2022-06-14 Thread Emma Finn
This commit introduced the auto-validation function which allows users to compare the batch of packets obtained from different action implementations against the linear action implementation. The autovalidator function can be triggered at runtime using the following command: $ ovs-appctl dpif-net

[ovs-dev] [PATCH v7 04/11] odp-execute: Add auto validation function for actions.

2022-06-14 Thread Emma Finn
This commit introduced the auto-validation function which allows users to compare the batch of packets obtained from different action implementations against the linear action implementation. The autovalidator function can be triggered at runtime using the following command: $ ovs-appctl dpif-net