From: "Michael S. Tsirkin" <mst@redhat.com>
To: Aaron Conole <aconole@redhat.com>
Cc: virtio-dev@lists.oasis-open.org,
Victor Kaplansky <vkaplans@redhat.com>,
Maxime Coquelin <maxime.coquelin@redhat.com>,
virtualization@lists.linux-foundation.org
Subject: Re: [virtio-dev] [PATCH v11] virtio-net: add Max MTU configuration field
Date: Mon, 19 Sep 2016 20:36:32 +0300 [thread overview]
Message-ID: <20160919203530-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <f7tr38f6cxg.fsf@redhat.com>
On Mon, Sep 19, 2016 at 01:02:03PM -0400, Aaron Conole wrote:
> Cornelia Huck <cornelia.huck@de.ibm.com> writes:
>
> > On Mon, 19 Sep 2016 11:10:26 -0400
> > Aaron Conole <aconole@redhat.com> wrote:
> >
> >> @@ -3165,6 +3192,16 @@ If the driver does not negotiate the
> >> VIRTIO_NET_F_STATUS feature, it SHOULD
> >> assume the link is active, otherwise it SHOULD read the link status from
> >> the bottom bit of \field{status}.
> >>
> >> +A driver SHOULD negotiate VIRTIO_NET_F_MTU if the device offers it.
> >> +
> >> +If the driver negotiates VIRTIO_NET_F_MTU, it MUST supply enough receive
> >> +buffers of size \field{mtu} (plus low level ethernet header length) to be
> >> +able to receive at least one receive packet with \field{gso_type} NONE or ECN.
> >> +
> >> +If the driver negotiates VIRTIO_NET_F_MTU, it MUST NOT transmit packets of
> >> +size exceeding the value of \field{mtu} (plus low level ethernet header length)
> >> +with \field{gso_type} NONE or ECN
> >
> > Missing period.
>
> D'oh!
>
> Michael,
> Is this something that requires a new spin of the patch to
> correct? If so, I'll add Cornelia's ACK and repost today.
I posted a comment too :(. If you can do it, I think iterating quickly
is a good idea, yes.
> >> +
> >> \subsubsection{Legacy Interface: Device configuration
> >> layout}\label{sec:Device Types / Network Device / Device
> >> configuration layout / Legacy Interface: Device configuration
> >> layout}
> >> \label{sec:Device Types / Block Device / Feature bits / Device
> >> configuration layout / Legacy Interface: Device configuration
> >> layout}
> >> When using the legacy interface, transitional devices and drivers
> >
> > Otherwise,
> >
> > Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> >
> >
next prev parent reply other threads:[~2016-09-19 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-19 15:10 [PATCH v11] virtio-net: add Max MTU configuration field Aaron Conole
2016-09-19 15:26 ` [virtio-dev] " Cornelia Huck
[not found] ` <20160919172619.6dc465c7.cornelia.huck@de.ibm.com>
2016-09-19 17:02 ` Aaron Conole
[not found] ` <f7tr38f6cxg.fsf@redhat.com>
2016-09-19 17:36 ` Michael S. Tsirkin [this message]
2016-09-19 17:35 ` Michael S. Tsirkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160919203530-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=aconole@redhat.com \
--cc=maxime.coquelin@redhat.com \
--cc=virtio-dev@lists.oasis-open.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=vkaplans@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.