Re: [PATCH net-next 4/4] qede: Use NETIF_F_GRO_HW.

2017-12-05 Thread Michael Chan
On Tue, Dec 5, 2017 at 4:32 AM, Chopra, Manish wrote: > > Since we are now differentiating HW gro with distinct feature bit, I think we > should consider this feature bit everywhere where driver disables > HW gro internally [not explicitly using ethtool]. This is not just specific > to XDP but

RE: [PATCH net-next 4/4] qede: Use NETIF_F_GRO_HW.

2017-12-05 Thread Chopra, Manish
Subject: Re: [PATCH net-next 4/4] qede: Use NETIF_F_GRO_HW. > > On Mon, Dec 4, 2017 at 1:48 PM, Yuval Mintz wrote: > >> Advertise NETIF_F_GRO_HW and turn on or off hardware GRO based on > >> NETIF_F_GRO_FW flag. > >> > >> Cc: Ariel Elior >

Re: [PATCH net-next 4/4] qede: Use NETIF_F_GRO_HW.

2017-12-04 Thread Michael Chan
On Mon, Dec 4, 2017 at 1:48 PM, Yuval Mintz wrote: >> Advertise NETIF_F_GRO_HW and turn on or off hardware GRO based on >> NETIF_F_GRO_FW flag. >> >> Cc: Ariel Elior >> Cc: everest-linux...@cavium.com >> Signed-off-by: Michael Chan >> --- >> drivers/net/ethernet/qlogic/qede/qede_filter.c | 9 ++

RE: [PATCH net-next 4/4] qede: Use NETIF_F_GRO_HW.

2017-12-04 Thread Yuval Mintz
> Advertise NETIF_F_GRO_HW and turn on or off hardware GRO based on > NETIF_F_GRO_FW flag. > > Cc: Ariel Elior > Cc: everest-linux...@cavium.com > Signed-off-by: Michael Chan > --- > drivers/net/ethernet/qlogic/qede/qede_filter.c | 9 ++--- > drivers/net/ethernet/qlogic/qede/qede_main.c |

[PATCH net-next 4/4] qede: Use NETIF_F_GRO_HW.

2017-12-04 Thread Michael Chan
Advertise NETIF_F_GRO_HW and turn on or off hardware GRO based on NETIF_F_GRO_FW flag. Cc: Ariel Elior Cc: everest-linux...@cavium.com Signed-off-by: Michael Chan --- drivers/net/ethernet/qlogic/qede/qede_filter.c | 9 ++--- drivers/net/ethernet/qlogic/qede/qede_main.c | 4 ++-- 2 files c