Toke Høiland-Jørgensen <t...@redhat.com> wrote:
> As a first approximation, maybe just:
> 
> if (!has_hardware_cksum_offload(netdev) && link_rate(netdev) <= 1Gbps)
>   disable_gro();

I don't think its a good idea.  For local delivery case, there is no
way to avoid the checksum cost, so might as well have GRO enabled.

Reply via email to