commit | 6df6398f7c8b481ce83f28143bc08a5231616deb | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Thu May 05 19:51:31 2022 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 06 12:07:56 2022 +0100 |
tree | 5e61db4831d6b8a01f40a5e30e81b91429c9236e | |
parent | beb21e3e8e261fc9f11050af17efe6de183b33d3 [diff] |
net: add netif_inherit_tso_max() To make later patches smaller create a helper for inheriting the TSO limitations of a lower device. The TSO in the name is not an accident, subsequent patches will replace GSO with TSO in more names. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>