Re: [PATCH net] ip6_gre: fix device features for ioctl setup

2017-12-26 Thread David Miller
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

[PATCH net] ip6_gre: fix device features for ioctl setup

2017-12-20 Thread Alexey Kodanev
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