[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+7y87rYzKSDLb-wq9ok8TqgD_41u8oqZvfWLELYgDqQ4wCrKg@mail.gmail.com>
Date: Wed, 18 Oct 2017 19:18:31 -0700
From: Caleb Raitto <caraitto@...gle.com>
To: John Fastabend <john.fastabend@...il.com>
Cc: tgraf@...g.ch, shm@...ulusnetworks.com,
alexei.starovoitov@...il.com, daniel@...earbox.net,
davem@...emloft.net, netdev@...r.kernel.org, bblanco@...mgrid.com,
brouer@...hat.com, Catherine Sullivan <csully@...gle.com>,
"Michael S. Tsirkin" <mst@...hat.com>
Subject: RE: [PATCH 1/5] net: virtio dynamically disable/enable LRO
On Fri, Nov 18, 2016 at 11:00 AM, John Fastabend
<john.fastabend@...il.com> wrote:
>
> From: John Fastabend <john.fastabend@...il.com>
> Date: Fri, Nov 18, 2016 at 11:00 AM
> Subject: [PATCH 1/5] net: virtio dynamically disable/enable LRO
> To: <tgraf@...g.ch>, <shm@...ulusnetworks.com>, <alexei.starovoitov@...il.com>, <daniel@...earbox.net>, <davem@...emloft.net>
> Cc: <john.r.fastabend@...el.com>, <netdev@...r.kernel.org>, <bblanco@...mgrid.com>, <john.fastabend@...il.com>, <brouer@...hat.com>
>
> This adds support for dynamically setting the LRO feature flag. The
> message to control guest features in the backend uses the
> CTRL_GUEST_OFFLOADS msg type.
> Signed-off-by: John Fastabend <john.r.fastabend@...el.com>
> ---
> drivers/net/virtio_net.c | 43 +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 43 insertions(+)
> diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
> index 2cafd12..0758cae 100644
> --- a/drivers/net/virtio_net.c
> +++ b/drivers/net/virtio_net.c
> @@ -1419,6 +1419,41 @@ static void virtnet_init_settings(struct net_device *dev)
Hi,
I work on Google Compute Engine, and I noticed that you had this
unmerged patch that allows controlling offloads using ethtool for
virtionet.
We are interested in merging this patch as it will be useful in
debugging customer issues related to offloads and MTU.
If work remains to get the patch merged, I'm willing to help out.
Thanks,
-Caleb
Powered by blists - more mailing lists