summaryrefslogtreecommitdiff
path: root/src/udev/net/ethtool-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-08-31 12:13:08 +0200
committerGitHub <noreply@github.com>2016-08-31 12:13:08 +0200
commit33eb97f626c82b5a665530c8aa1307cddbcde22d (patch)
treec82a61115528109eaea200defbcba813c8d254c5 /src/udev/net/ethtool-util.h
parent126c6aedb8055384c22ca27adc84fe1bd9bb7d32 (diff)
parentf7ea90fbba95618e75371e98cf513957ff433de7 (diff)
link : add support to configure LRO and GRO Offload features (#4064)
The patch supports to configure GenericReceiveOffload LargeReceiveOffload
Diffstat (limited to 'src/udev/net/ethtool-util.h')
-rw-r--r--src/udev/net/ethtool-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/net/ethtool-util.h b/src/udev/net/ethtool-util.h
index 2b5b9fbd1a..0744164653 100644
--- a/src/udev/net/ethtool-util.h
+++ b/src/udev/net/ethtool-util.h
@@ -40,6 +40,8 @@ typedef enum WakeOnLan {
typedef enum NetDevFeature {
NET_DEV_FEAT_GSO,
+ NET_DEV_FEAT_GRO,
+ NET_DEV_FEAT_LRO,
NET_DEV_FEAT_TSO,
NET_DEV_FEAT_UFO,
_NET_DEV_FEAT_MAX,