net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE
authorAlexander Lobakin <alobakin@pm.me>
Sun, 1 Nov 2020 13:17:17 +0000 (13:17 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Nov 2020 00:53:55 +0000 (16:53 -0800)
commitecb8fed408b6454606bbb3cd0edb083bf0ad162a
treef4ddb75b93d17ad0085f49b20e0bf89f6fc54515
parent2e4ef10f58502323ea470bc30ba84d5ddd4e77f0
net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE

Virtual netdevs should use NETIF_F_GSO_SOFTWARE to forward GSO skbs
as-is and let the final drivers deal with them when supported.
Also remove NETIF_F_GSO_UDP_L4 from bonding and team drivers as it's
now included in the "software" list.

Suggested-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/bonding/bond_main.c
drivers/net/dummy.c
drivers/net/ifb.c
drivers/net/team/team.c