Re: [PATCH net] i40e: flower: check if TC offload is enabled on a netdev

2018-01-24 Thread David Miller
From: Jeff Kirsher Date: Tue, 23 Jan 2018 08:47:29 -0800 > On Tue, 2018-01-23 at 00:08 -0800, Jakub Kicinski wrote: >> Since TC block changes drivers are required to check if >> the TC hw offload flag is set on the interface themselves. >> >> Fixes: 2f4b411a3d67 ("i40e: Enable cloud filters via

Re: [PATCH net] i40e: flower: check if TC offload is enabled on a netdev

2018-01-23 Thread Jeff Kirsher
On Tue, 2018-01-23 at 00:08 -0800, Jakub Kicinski wrote: > Since TC block changes drivers are required to check if > the TC hw offload flag is set on the interface themselves. > > Fixes: 2f4b411a3d67 ("i40e: Enable cloud filters via tc-flower") > Fixes: 44ae12a768b7 ("net: sched: move the can_offl

Re: [PATCH net] i40e: flower: check if TC offload is enabled on a netdev

2018-01-23 Thread Nambiar, Amritha
On 1/23/2018 12:08 AM, Jakub Kicinski wrote: > Since TC block changes drivers are required to check if > the TC hw offload flag is set on the interface themselves. > > Fixes: 2f4b411a3d67 ("i40e: Enable cloud filters via tc-flower") > Fixes: 44ae12a768b7 ("net: sched: move the can_offload check fr

Re: [PATCH net] i40e: flower: check if TC offload is enabled on a netdev

2018-01-23 Thread Jiri Pirko
Tue, Jan 23, 2018 at 09:08:40AM CET, jakub.kicin...@netronome.com wrote: >Since TC block changes drivers are required to check if >the TC hw offload flag is set on the interface themselves. > >Fixes: 2f4b411a3d67 ("i40e: Enable cloud filters via tc-flower") >Fixes: 44ae12a768b7 ("net: sched: move t

[PATCH net] i40e: flower: check if TC offload is enabled on a netdev

2018-01-23 Thread Jakub Kicinski
Since TC block changes drivers are required to check if the TC hw offload flag is set on the interface themselves. Fixes: 2f4b411a3d67 ("i40e: Enable cloud filters via tc-flower") Fixes: 44ae12a768b7 ("net: sched: move the can_offload check from binding phase to rule insertion phase") Signed-off-