Re: [PATCH net-next v2] virtio-net: ethtool configurable LRO

2018-12-20 Thread David Miller
From: "Michael S. Tsirkin" Date: Thu, 20 Dec 2018 17:34:23 -0500 > On Thu, Dec 20, 2018 at 05:14:54PM -0500, Willem de Bruijn wrote: >> From: Willem de Bruijn >> >> Virtio-net devices negotiate LRO support with the host. >> Display the initially negotiated state with ethtool -k. >> >> Also all

Re: [PATCH net-next v2] virtio-net: ethtool configurable LRO

2018-12-20 Thread Willem de Bruijn
On Thu, Dec 20, 2018 at 5:34 PM Michael S. Tsirkin wrote: > > On Thu, Dec 20, 2018 at 05:14:54PM -0500, Willem de Bruijn wrote: > > From: Willem de Bruijn > > > > Virtio-net devices negotiate LRO support with the host. > > Display the initially negotiated state with ethtool -k. > > > > Also allow

Re: [PATCH net-next v2] virtio-net: ethtool configurable LRO

2018-12-20 Thread Michael S. Tsirkin
On Thu, Dec 20, 2018 at 05:14:54PM -0500, Willem de Bruijn wrote: > From: Willem de Bruijn > > Virtio-net devices negotiate LRO support with the host. > Display the initially negotiated state with ethtool -k. > > Also allow configuring it with ethtool -K, reusing the existing > virtnet_set_guest

[PATCH net-next v2] virtio-net: ethtool configurable LRO

2018-12-20 Thread Willem de Bruijn
From: Willem de Bruijn Virtio-net devices negotiate LRO support with the host. Display the initially negotiated state with ethtool -k. Also allow configuring it with ethtool -K, reusing the existing virtnet_set_guest_offloads helper that configures LRO for XDP. This is conditional on VIRTIO_NET_