netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWARE
authorAlexander Duyck <aduyck@mirantis.com>
Tue, 19 Apr 2016 18:02:19 +0000 (14:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Apr 2016 18:14:58 +0000 (14:14 -0400)
commitb1c20f0b97b4e565fa50cde1e6b44c2fd327a1e0
tree0fbe41dcac290110566556b4539acd3c97954cf2
parent1ba64facae5739d91884f8f34f25fef1cb66d930
netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWARE

This patch folds NETIF_F_ALL_TSO into the bitmask for NETIF_F_GSO_SOFTWARE.
The idea is to avoid duplication of defines since the only difference
between the two was the GSO_UDP bit.

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