Merge branch 'tso-gso-limit-split'
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2022 11:07:56 +0000 (12:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2022 11:07:56 +0000 (12:07 +0100)
Jakub Kicinski says:

====================
net: disambiguate the TSO and GSO limits

This series separates the device-reported TSO limitations
from the user space-controlled GSO limits. It used to be that
we only had the former (HW limits) but they were named GSO.
This probably lead to confusion and letting user override them.

The problem came up in the BIG TCP discussion between Eric and
Alex, and seems like something we should address.

Targeting net-next because (a) nobody is reporting problems;
and (b) there is a tiny but non-zero chance that some actually
wants to lift the HW limitations.
====================

Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge