On Fri, 2017-09-15 at 17:10 -0700, ros...@gmail.com wrote: > Ok fair enough. Will only disable GRO in the driver.
Well, do not even try. NETIF_F_SOFT_FEATURES is set by core networking stack in register_netdevice(), ( commit 212b573f5552c60265da721ff9ce32e3462a2cdd ) Absolutely no driver disables GRO (excepts the ones playing with LRO)