]> git.baikalelectronics.ru Git - kernel.git/commit
netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSO
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 14 Apr 2016 21:04:34 +0000 (17:04 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:14:56 +0000 (19:14 -0400)
commit6d3bb1735d3e2b7870959e6c68cbe0b9050d2ab6
tree7f0ccc2b328ce0264d6caa0f0cbec28df6310d35
parent6093ccf52f25d394f1ef6e6529d930ae3e6e8041
netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSO

I realized that when I added NETIF_F_TSO_MANGLEID as a TSO type I forgot to
add it to NETIF_F_ALL_TSO.  This patch corrects that so the flag will be
included correctly.

The result should be minor as it was only used by a few drivers and in a
few specific cases such as when NETIF_F_SG was not supported on a device so
the TSO flags were cleared.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdev_features.h