From: "Michael S. Tsirkin" <mst@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Anthony Liguori" <aliguori@us.ibm.com>,
"Jason Wang" <jasowang@redhat.com>,
qemu-devel@nongnu.org, "Gerd Hoffmann" <kraxel@redhat.com>,
"Amos Kong" <akong@redhat.com>,
"Andreas Färber" <afaerber@suse.de>,
"KONRAD Frederic" <fred.konrad@greensocs.com>
Subject: Re: [Qemu-devel] [PATCH v5] virtio-net: dynamic network offloads configuration
Date: Mon, 20 May 2013 16:46:25 +0300 [thread overview]
Message-ID: <20130520134624.GA12441@redhat.com> (raw)
In-Reply-To: <519A2795.9050608@redhat.com>
On Mon, May 20, 2013 at 03:39:33PM +0200, Paolo Bonzini wrote:
> Il 20/05/2013 15:36, Michael S. Tsirkin ha scritto:
> > On Mon, May 20, 2013 at 12:52:57PM +0200, Paolo Bonzini wrote:
> >> Il 20/05/2013 10:18, Michael S. Tsirkin ha scritto:
> >>> diff --git a/include/hw/virtio/virtio-net.h b/include/hw/virtio/virtio-net.h
> >>> index beeead7..b315ac9 100644
> >>> --- a/include/hw/virtio/virtio-net.h
> >>> +++ b/include/hw/virtio/virtio-net.h
> >>> @@ -31,6 +31,8 @@
> >>> /* The feature bitmap for virtio net */
> >>> #define VIRTIO_NET_F_CSUM 0 /* Host handles pkts w/ partial csum */
> >>> #define VIRTIO_NET_F_GUEST_CSUM 1 /* Guest handles pkts w/ partial csum */
> >>> +#define VIRTIO_NET_F_CTRL_GUEST_OFFLOADS 2 /* Control channel offload
> >>> + * configuration support */
> >>
> >> Any reason not to use 22?
> >
> > There are several
> > - 22 is already used by VIRTIO_NET_F_MQ
>
> Oops, old copy here.
>
> > - guest drivers (in development) and spec upstream both use 2
> >
> > I don't know for sure, sorry.
> > BTW please send questions on virtio spec on virtio
> > mailing list, not here.
>
> I could not find the message with the spec update, now I found it.
> It
> was a bit weird because the series had one patch for virtio-spec and one
> for QEMU.
>
> Paolo
It's now in Rusty's git tree:
https://github.com/rustyrussell/virtio-spec
--
MST
next prev parent reply other threads:[~2013-05-20 13:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-20 8:18 [Qemu-devel] [PATCH v5] virtio-net: dynamic network offloads configuration Michael S. Tsirkin
2013-05-20 10:52 ` Paolo Bonzini
2013-05-20 13:36 ` Michael S. Tsirkin
2013-05-20 13:39 ` Paolo Bonzini
2013-05-20 13:46 ` Michael S. Tsirkin [this message]
2013-05-20 14:24 ` Anthony Liguori
2013-05-22 22:58 ` Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2013-05-20 14:39 Dmitry Fleytman
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=20130520134624.GA12441@redhat.com \
--to=mst@redhat.com \
--cc=afaerber@suse.de \
--cc=akong@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=fred.konrad@greensocs.com \
--cc=jasowang@redhat.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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.