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

2023-08-24 Thread Eelco Chaudron
On 9 Aug 2023, at 16:42, 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 Some comments below… Cheers, Eelco > --- > include/linux/openvswitch.h | 2 +- > lib/dpif.c |

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

2023-08-16 Thread Simon Horman
On Wed, Aug 09, 2023 at 10:42:57AM -0400, 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 Acked-by: Simon Horman ___ dev mailing list

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

2023-08-09 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 | 41