]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2bd288ab2e10c5218cb2f33269d68c7435eb13ed
tree0fbe41dcac290110566556b4539acd3c97954cf2
parent95b1f6c6e54d9d90df157019feb1839d2279a3b4
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