Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-25 Thread Simon Horman
On Tue, Mar 24, 2020 at 01:49:37PM +0100, Simon Horman wrote: > On Tue, Mar 24, 2020 at 11:42:13AM +0200, Dmytro Linkin wrote: > > On Tue, Mar 03, 2020 at 07:37:45PM +0200, Dmytro Linkin wrote: > > > On Tue, Mar 03, 2020 at 04:42:12PM +0100, Ilya Maximets wrote: > > > > On 3/3/20 4:29 PM, Dmytro

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-24 Thread Simon Horman
On Tue, Mar 24, 2020 at 11:42:13AM +0200, Dmytro Linkin wrote: > On Tue, Mar 03, 2020 at 07:37:45PM +0200, Dmytro Linkin wrote: > > On Tue, Mar 03, 2020 at 04:42:12PM +0100, Ilya Maximets wrote: > > > On 3/3/20 4:29 PM, Dmytro Linkin wrote: > > > > On Tue, Mar 03, 2020 at 02:15:21PM +0100, Ilya

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-24 Thread Dmytro Linkin
On Tue, Mar 03, 2020 at 07:37:45PM +0200, Dmytro Linkin wrote: > On Tue, Mar 03, 2020 at 04:42:12PM +0100, Ilya Maximets wrote: > > On 3/3/20 4:29 PM, Dmytro Linkin wrote: > > > On Tue, Mar 03, 2020 at 02:15:21PM +0100, Ilya Maximets wrote: > > >> On 3/3/20 8:58 AM, Roi Dayan wrote: > > >>> > >

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-03 Thread Dmytro Linkin
On Tue, Mar 03, 2020 at 04:42:12PM +0100, Ilya Maximets wrote: > On 3/3/20 4:29 PM, Dmytro Linkin wrote: > > On Tue, Mar 03, 2020 at 02:15:21PM +0100, Ilya Maximets wrote: > >> On 3/3/20 8:58 AM, Roi Dayan wrote: > >>> > >>> > >>> On 2020-02-27 5:22 PM, Roi Dayan wrote: > From: Dmytro Linkin

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-03 Thread Ilya Maximets
On 3/3/20 4:29 PM, Dmytro Linkin wrote: > On Tue, Mar 03, 2020 at 02:15:21PM +0100, Ilya Maximets wrote: >> On 3/3/20 8:58 AM, Roi Dayan wrote: >>> >>> >>> On 2020-02-27 5:22 PM, Roi Dayan wrote: From: Dmytro Linkin OVS can fail to attach ingress block on iface when init tc flow

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-03 Thread Dmytro Linkin
On Tue, Mar 03, 2020 at 02:15:21PM +0100, Ilya Maximets wrote: > On 3/3/20 8:58 AM, Roi Dayan wrote: > > > > > > On 2020-02-27 5:22 PM, Roi Dayan wrote: > >> From: Dmytro Linkin > >> > >> OVS can fail to attach ingress block on iface when init tc flow api, > >> if block already exist with rules

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-03 Thread Ilya Maximets
On 3/3/20 8:58 AM, Roi Dayan wrote: > > > On 2020-02-27 5:22 PM, Roi Dayan wrote: >> From: Dmytro Linkin >> >> OVS can fail to attach ingress block on iface when init tc flow api, >> if block already exist with rules on it and is shared with other iface. >> Fix by flush all existing rules on

Re: [ovs-dev] [PATCH] netdev-offload-tc: Flush rules on ingress block when init tc flow api

2020-03-02 Thread Roi Dayan
On 2020-02-27 5:22 PM, Roi Dayan wrote: > From: Dmytro Linkin > > OVS can fail to attach ingress block on iface when init tc flow api, > if block already exist with rules on it and is shared with other iface. > Fix by flush all existing rules on the ingress block prior to deleting > it. > >