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

2018-12-20 Thread Michael S. Tsirkin
On Thu, Dec 20, 2018 at 01:30:15PM -0500, Willem de Bruijn wrote: > On Wed, Dec 19, 2018 at 5:44 PM Willem de Bruijn > wrote: > > > > On Wed, Dec 19, 2018 at 5:32 PM Willem de Bruijn > > wrote: > > > > > > From: Willem de Bruijn > > > > > > Virtio-net devices negotiate LRO support with the host.

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

2018-12-20 Thread Willem de Bruijn
On Wed, Dec 19, 2018 at 5:44 PM Willem de Bruijn wrote: > > On Wed, Dec 19, 2018 at 5:32 PM 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 conf

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

2018-12-19 Thread Willem de Bruijn
On Wed, Dec 19, 2018 at 6:16 PM Michael S. Tsirkin wrote: > > On Wed, Dec 19, 2018 at 05:32:27PM -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] virtio-net: ethtool configurable LRO

2018-12-19 Thread Michael S. Tsirkin
On Wed, Dec 19, 2018 at 05:32:27PM -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

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

2018-12-19 Thread Michael S. Tsirkin
On Wed, Dec 19, 2018 at 05:44:44PM -0500, Willem de Bruijn wrote: > On Wed, Dec 19, 2018 at 5:32 PM 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] virtio-net: ethtool configurable LRO

2018-12-19 Thread Willem de Bruijn
On Wed, Dec 19, 2018 at 5:32 PM 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_offloads