Re: [ovs-dev] [PATCH 0/3] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-06-30 Thread Ilya Maximets
On 6/30/23 14:33, Eric Garver wrote: > On Fri, Jun 30, 2023 at 08:57:15AM +0200, Eelco Chaudron wrote: >> >> >> On 29 Jun 2023, at 22:30, Eric Garver wrote: >> >>> Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP. >>> Also add a new test case. >> >> >> Hi Eric, >> >> Thanks

Re: [ovs-dev] [PATCH 0/3] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-06-30 Thread Eelco Chaudron
On 30 Jun 2023, at 14:33, Eric Garver wrote: > On Fri, Jun 30, 2023 at 08:57:15AM +0200, Eelco Chaudron wrote: >> >> >> On 29 Jun 2023, at 22:30, Eric Garver wrote: >> >>> Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP. >>> Also add a new test case. >> >> >> Hi Eric, >>

Re: [ovs-dev] [PATCH 0/3] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-06-30 Thread Eric Garver
On Fri, Jun 30, 2023 at 08:57:15AM +0200, Eelco Chaudron wrote: > > > On 29 Jun 2023, at 22:30, Eric Garver wrote: > > > Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP. > > Also add a new test case. > > > Hi Eric, > > Thanks for the patch, but I get quite some build

Re: [ovs-dev] [PATCH 0/3] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-06-30 Thread Eelco Chaudron
On 29 Jun 2023, at 22:30, Eric Garver wrote: > Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP. > Also add a new test case. Hi Eric, Thanks for the patch, but I get quite some build failures on missing switch cases. Can you take a look? If you build with the

[ovs-dev] [PATCH 0/3] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-06-29 Thread Eric Garver
Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP. Also add a new test case. Eric Garver (3): dpif: probe support for OVS_ACTION_ATTR_DROP system-common-macros: check for drop action in datapath tests: system-traffic: add coverage for drop action