[ovs-dev] [PATCH v3 07/10] netdev-offload-tc: Add recirculation support via tc chains

2019-12-03 Thread Roi Dayan
From: Paul Blakey Each recirculation id will create a tc chain, and we translate the recirculation action to a tc goto chain action. We check for kernel support for this by probing OvS Datapath for the tc recirc id sharing feature. If supported, we can offload rules that match on recirc_id, and

Re: [ovs-dev] [PATCH v3 07/10] netdev-offload-tc: Add recirculation support via tc chains

2019-12-03 Thread Ilya Maximets
On 03.12.2019 14:45, Roi Dayan wrote: > From: Paul Blakey > > Each recirculation id will create a tc chain, and we translate > the recirculation action to a tc goto chain action. > > We check for kernel support for this by probing OvS Datapath for the > tc recirc id sharing feature. If supported

Re: [ovs-dev] [PATCH v3 07/10] netdev-offload-tc: Add recirculation, support via tc chains

2019-12-10 Thread Paul Blakey
Hi sorry for late reply, didn't get this email. On 03.12.2019 16:16, Ilya Maximets wrote: > From: Ilya Maximets > On 03.12.2019 14:45, Roi Dayan wrote: > > From: Paul Blakey > > > > Each recirculation id will create a tc chain, and we translate > > the recirculation action to a tc goto cha

Re: [ovs-dev] [PATCH v3 07/10] netdev-offload-tc: Add recirculation, support via tc chains

2019-12-13 Thread Ilya Maximets
> Hi sorry for late reply, didn't get this email. > > On 03.12.2019 16:16, Ilya Maximets wrote: > > From: Ilya Maximets > > On 03.12.2019 14:45, Roi Dayan wrote: > > > From: Paul Blakey > > > > > > Each recirculation id will create a tc chain, and we translate > > > the recirculation actio

Re: [ovs-dev] [PATCH v3 07/10] netdev-offload-tc: Add recirculation, support via tc chains

2019-12-15 Thread Paul Blakey
On 12/13/2019 2:05 PM, Ilya Maximets wrote: >> Hi sorry for late reply, didn't get this email. >> >> On 03.12.2019 16:16, Ilya Maximets wrote: >> > From: Ilya Maximets >> > On 03.12.2019 14:45, Roi Dayan wrote: >> > > From: Paul Blakey >> > > [...] >> >> We are calling dpif_set_featur

Re: [ovs-dev] [PATCH v3 07/10] netdev-offload-tc: Add recirculation, support via tc chains

2019-12-16 Thread Ilya Maximets
On 15.12.2019 14:35, Paul Blakey wrote: > > On 12/13/2019 2:05 PM, Ilya Maximets wrote: >>> Hi sorry for late reply, didn't get this email. >>> >>> On 03.12.2019 16:16, Ilya Maximets wrote: >>> > From: Ilya Maximets >>> > On 03.12.2019 14:45, Roi Dayan wrote: >>> > > From: Paul Blakey >>>