Re: [ovs-dev] [PATCH v3 2/4] dpif: Probe support for OVS_ACTION_ATTR_DROP.

2023-08-03 Thread Eric Garver
On Thu, Aug 03, 2023 at 01:43:40PM +0200, Ilya Maximets wrote: > On 7/28/23 02:04, Eric Garver wrote: > > Kernel support is being added for this action. As such, we need to probe > > the datapath for support. > > > > Signed-off-by: Eric Garver > > Hi, Eric. Thanks for the update. > > IIRC,

Re: [ovs-dev] [PATCH v3 2/4] dpif: Probe support for OVS_ACTION_ATTR_DROP.

2023-08-03 Thread Ilya Maximets
On 7/28/23 02:04, Eric Garver wrote: > Kernel support is being added for this action. As such, we need to probe > the datapath for support. > > Signed-off-by: Eric Garver Hi, Eric. Thanks for the update. IIRC, there was a discussion that this feature has to be mutually exclusive with the TC

[ovs-dev] [PATCH v3 2/4] dpif: Probe support for OVS_ACTION_ATTR_DROP.

2023-07-27 Thread Eric Garver
Kernel support is being added for this action. As such, we need to probe the datapath for support. Signed-off-by: Eric Garver --- include/linux/openvswitch.h | 2 +- lib/dpif.c | 6 -- lib/dpif.h | 1 - ofproto/ofproto-dpif.c | 34