Re: [PATCH net-next 4/6] nfp: flower: offload tunnel decap rules via indirect TC blocks

2018-11-27 Thread Jakub Kicinski
On Tue, 27 Nov 2018 16:04:29 +, Edward Cree wrote: > On 10/11/18 05:21, Jakub Kicinski wrote: > > From: John Hurley > > > > Previously, TC block tunnel decap rules were only offloaded when a > > callback was triggered through registration of the rules egress device. > > This meant that the dri

Re: [PATCH net-next 4/6] nfp: flower: offload tunnel decap rules via indirect TC blocks

2018-11-27 Thread Edward Cree
On 10/11/18 05:21, Jakub Kicinski wrote: > From: John Hurley > > Previously, TC block tunnel decap rules were only offloaded when a > callback was triggered through registration of the rules egress device. > This meant that the driver had no access to the ingress netdev and so > could not verify i

[PATCH net-next 4/6] nfp: flower: offload tunnel decap rules via indirect TC blocks

2018-11-09 Thread Jakub Kicinski
From: John Hurley Previously, TC block tunnel decap rules were only offloaded when a callback was triggered through registration of the rules egress device. This meant that the driver had no access to the ingress netdev and so could not verify it was the same tunnel type that the rule implied. R