> >> Use napi_gro_receive() rather than netif_receive_skb() in qtnfmac driver. > > > > Yes, I can easily see that from the diff so no need to document that :) > > But the commit log should tell _why_ you did it. > > And no need to resend because of this, I can improve the commit log > during commit. Just let me know what I should add. Sure. The motivation is to improve performance when GRO is enabled, e.g. by reducing the number of TCP ACKs. Updated message would be: Use napi_gro_receive() rather than netif_receive_skb() to improve performance when GRO is enabled. Regards, Sergey