]> git.baikalelectronics.ru Git - kernel.git/commit
net: add GSO UDP L4 and GSO fraglists to the list of software-backed types
authorAlexander Lobakin <alobakin@pm.me>
Sun, 1 Nov 2020 13:17:07 +0000 (13:17 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Nov 2020 00:53:55 +0000 (16:53 -0800)
commit6a95132115837821584d4378091ae5c9dba718a8
treee0f46ad66c6d5b290706f429f97f5f0693528337
parent444b26223f5ccf1a67ec48802b94d90e6bb25645
net: add GSO UDP L4 and GSO fraglists to the list of software-backed types

Commit 14a34f9f453f ("udp: implement GRO for plain UDP sockets.") and
commit 2c55e1abaf0b ("udp: Support UDP fraglist GRO/GSO.") made UDP L4
and fraglisted GRO/GSO fully supported by the software fallback mode.
We can safely add them to NETIF_F_GSO_SOFTWARE to allow logical/virtual
netdevs to forward these types of skbs up to the real drivers.

Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/netdev_features.h