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

2024-03-18 Thread Eelco Chaudron
On 15 Mar 2024, at 18:59, Eric Garver wrote: > On Fri, Mar 15, 2024 at 12:37:54PM -0400, Eric Garver wrote: >> On Fri, Mar 15, 2024 at 04:55:50PM +0100, Eelco Chaudron wrote: >>> >>> >>> On 11 Mar 2024, at 18:51, Eric Garver wrote: >>> Kernel support has been added for this action. As

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

2024-03-15 Thread Eric Garver
On Fri, Mar 15, 2024 at 12:37:54PM -0400, Eric Garver wrote: > On Fri, Mar 15, 2024 at 04:55:50PM +0100, Eelco Chaudron wrote: > > > > > > On 11 Mar 2024, at 18:51, Eric Garver wrote: > > > > > Kernel support has been added for this action. As such, we need to probe > > > the datapath for

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

2024-03-15 Thread Eelco Chaudron
On 15 Mar 2024, at 17:37, Eric Garver wrote: > On Fri, Mar 15, 2024 at 04:55:50PM +0100, Eelco Chaudron wrote: >> >> >> On 11 Mar 2024, at 18:51, Eric Garver wrote: >> >>> Kernel support has been added for this action. As such, we need to probe >>> the datapath for support. >>> >>>

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

2024-03-15 Thread Eric Garver
On Fri, Mar 15, 2024 at 04:55:50PM +0100, Eelco Chaudron wrote: > > > On 11 Mar 2024, at 18:51, Eric Garver wrote: > > > Kernel support has been added for this action. As such, we need to probe > > the datapath for support. > > > > Signed-off-by: Eric Garver > > Thanks for submitting the

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

2024-03-15 Thread Eelco Chaudron
On 11 Mar 2024, at 18:51, Eric Garver wrote: > Kernel support has been added for this action. As such, we need to probe > the datapath for support. > > Signed-off-by: Eric Garver Thanks for submitting the changes requested. Some comments below. Cheers, Eelco > --- >

[ovs-dev] [PATCH v11 4/5] dpif: Probe support for OVS_ACTION_ATTR_DROP.

2024-03-11 Thread Eric Garver
Kernel support has been 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 | 2 +- ofproto/ofproto-dpif.c | 77