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

2017-12-17 Thread Chopra, Manish
ept-Eng Everest Linux L2 engeverestlinu...@cavium.com> > Subject: [PATCH net-next v5 5/5] qede: Use NETIF_F_GRO_HW. > > Advertise NETIF_F_GRO_HW and set edev->gro_disable according to the feature > flag. Add qede_fix_features() to drop NETIF_F_GRO_HW if XDP is running or >

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

2017-12-16 Thread Michael Chan
Advertise NETIF_F_GRO_HW and set edev->gro_disable according to the feature flag. Add qede_fix_features() to drop NETIF_F_GRO_HW if XDP is running or MTU does not support GRO_HW or GRO is not set. qede_change_mtu() also checks and disables GRO_HW if MTU is not supported. Cc: Ariel Elior