link : add support to configure Offload features (#4017)

System Internals / systemd - Susant Sahani [users.noreply.github.com] - 30 August 2016 09:52 UTC

This patch supports these features to be on or off

Generic Segmentation Offload TCP Segmentation Offload UDP Segmentation Offload

fixes #432

50725d1 link : add support to configure Offload features (#4017)
man/systemd.link.xml | 24 ++++++++
src/udev/net/ethtool-util.c | 111 ++++++++++++++++++++++++++++++++++
src/udev/net/ethtool-util.h | 9 +++
src/udev/net/link-config-gperf.gperf | 41 +++++++------
src/udev/net/link-config.c | 6 ++
src/udev/net/link-config.h | 1 +
6 files changed, 173 insertions(+), 19 deletions(-)

Upstream: github.com


  • Share