From: Alexey Kodanev
Date: Wed, 20 Dec 2017 19:36:03 +0300
> When ip6gre is created using ioctl, its features, such as
> scatter-gather, GSO and tx-checksumming will be turned off:
>
> # ip -f inet6 tunnel add gre6 mode ip6gre remote fd00::1
> # ethtool -k gre6 (truncated output)
> tx-ch
When ip6gre is created using ioctl, its features, such as
scatter-gather, GSO and tx-checksumming will be turned off:
# ip -f inet6 tunnel add gre6 mode ip6gre remote fd00::1
# ethtool -k gre6 (truncated output)
tx-checksumming: off
scatter-gather: off
tcp-segmentation-offload: off