[ovs-dev] [PATCH v7 2/3] dpif: Probe support for OVS_ACTION_ATTR_DROP.

2023-09-25 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 | 1 - ofproto/ofproto-dpif.c | 42 +++

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

2023-12-15 Thread Adrian Moreno
On 9/28/23 13:50, Eelco Chaudron wrote: On 25 Sep 2023, at 20:04, 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 This patch looks fine to me, and I’ll ack it. However, we should not apply t

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

2023-12-15 Thread Eric Garver
On Fri, Dec 15, 2023 at 06:02:21PM +0100, Adrian Moreno wrote: > > > On 9/28/23 13:50, Eelco Chaudron wrote: > > > > > > On 25 Sep 2023, at 20:04, 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 v7 2/3] dpif: Probe support for OVS_ACTION_ATTR_DROP.

2023-09-28 Thread Eelco Chaudron
On 25 Sep 2023, at 20:04, 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 This patch looks fine to me, and I’ll ack it. However, we should not apply this series until we have a final versi

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

2023-10-16 Thread Simon Horman
On Thu, Sep 28, 2023 at 01:50:43PM +0200, Eelco Chaudron wrote: > > > On 25 Sep 2023, at 20:04, 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 > > This patch looks fine to me, an