diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-02-15 11:59:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-17 17:16:32 -0500 |
commit | 212b573f5552c60265da721ff9ce32e3462a2cdd (patch) | |
tree | b930a91d4d9c84414eca6e13d67bd5dba7c3c1e0 /include/linux/netdevice.h | |
parent | 9a279ea3a77ebcc91b68f0546e7cfa5018a12513 (diff) |
ethtool: enable GSO and GRO by default
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index d08ef6538579..168e3ad14daf 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -984,6 +984,9 @@ struct net_device { | |||
984 | NETIF_F_SG | NETIF_F_HIGHDMA | \ | 984 | NETIF_F_SG | NETIF_F_HIGHDMA | \ |
985 | NETIF_F_FRAGLIST) | 985 | NETIF_F_FRAGLIST) |
986 | 986 | ||
987 | /* changeable features with no special hardware requirements */ | ||
988 | #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO) | ||
989 | |||
987 | /* Interface index. Unique device identifier */ | 990 | /* Interface index. Unique device identifier */ |
988 | int ifindex; | 991 | int ifindex; |
989 | int iflink; | 992 | int iflink; |