commit | b1c20f0b97b4e565fa50cde1e6b44c2fd327a1e0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Tue Apr 19 14:02:19 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 21 14:14:58 2016 -0400 |
tree | 0fbe41dcac290110566556b4539acd3c97954cf2 | |
parent | 1ba64facae5739d91884f8f34f25fef1cb66d930 [diff] |
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>