Re: [PATCH net-next v5 1/5] net: Introduce NETIF_F_GRO_HW.

2017-12-16 Thread Alexander Duyck
On Sat, Dec 16, 2017 at 12:09 AM, Michael Chan wrote: > Introduce NETIF_F_GRO_HW feature flag for NICs that support hardware > GRO. With this flag, we can now independently turn on or off hardware > GRO when GRO is on. Previously, drivers were using NETIF_F_GRO to > control hardware GRO and so i

[PATCH net-next v5 1/5] net: Introduce NETIF_F_GRO_HW.

2017-12-16 Thread Michael Chan
Introduce NETIF_F_GRO_HW feature flag for NICs that support hardware GRO. With this flag, we can now independently turn on or off hardware GRO when GRO is on. Previously, drivers were using NETIF_F_GRO to control hardware GRO and so it cannot be independently turned on or off without affecting GR