net: tso: add UDP segmentation support
authorEric Dumazet <edumazet@google.com>
Thu, 18 Jun 2020 03:53:26 +0000 (20:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:46:23 +0000 (20:46 -0700)
commit3d5b459ba0e3788ab471e8cb98eee89964a9c5e8
treef08f28a480eb0e13e826412eaa1f1d37be41d1dc
parent761b331cb6902dc0a08f786e9fa0dbd572059027
net: tso: add UDP segmentation support

Note that like TCP, we do not support additional encapsulations,
and that checksums must be offloaded to the NIC.

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