]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/net/link-config-gperf.gperf
link : add support to configure LRO and GRO Offload features
[thirdparty/systemd.git] / src / udev / net / link-config-gperf.gperf
index 5c57a0cb94a7361cf87e03501e993690f0291215..f8b85cbd13ab5b767f6e98d3737a9fd52ea1b817 100644 (file)
@@ -38,3 +38,5 @@ Link.WakeOnLan,                  config_parse_wol,           0,
 Link.GenericSegmentationOffload, config_parse_tristate,      0,                             offsetof(link_config, features[NET_DEV_FEAT_GSO])
 Link.TCPSegmentationOffload,     config_parse_tristate,      0,                             offsetof(link_config, features[NET_DEV_FEAT_TSO])
 Link.UDPSegmentationOffload,     config_parse_tristate,      0,                             offsetof(link_config, features[NET_DEV_FEAT_UFO])
+Link.GenericReceiveOffload,      config_parse_tristate,      0,                             offsetof(link_config, features[NET_DEV_FEAT_GRO])
+Link.LargeReceiveOffload,        config_parse_tristate,      0,                             offsetof(link_config, features[NET_DEV_FEAT_LRO])