From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Anthony Liguori <aliguori@amazon.com>
Subject: [Qemu-devel] [PULL 00/11] Net patches
Date: Tue, 25 Feb 2014 14:33:38 +0100 [thread overview]
Message-ID: <1393335229-607-1-git-send-email-stefanha@redhat.com> (raw)
The following changes since commit c58e291591dbc1c846fa152d4792554803405ebb:
Merge remote-tracking branch 'remotes/sstabellini/xen-140220' into staging (2014-02-24 16:12:55 +0000)
are available in the git repository at:
git://github.com/stefanha/qemu.git tags/net-pull-request
for you to fetch changes up to ad37bb3b000963b36b5c30f5a4239cfbc4fe8725:
virtio-net: use qemu_get_queue() where possible (2014-02-25 14:31:05 +0100)
----------------------------------------------------------------
Net patches
----------------------------------------------------------------
Max Filippov (1):
opencores_eth: flush queue whenever can_receive can go from false to true
Stefan Hajnoczi (3):
net: remove implicit peer from offload API
vhost_net: use offload API instead of bypassing it
virtio-net: use qemu_get_queue() where possible
Vincenzo Maffione (7):
net: change vnet-hdr TAP prototypes
net: extend NetClientInfo for offloading
net: TAP uses NetClientInfo offloading callbacks
net: virtio-net and vmxnet3 use offloading API
net: make tap offloading callbacks static
net: add offloading support to netmap backend
net: Disable netmap backend when not supported
configure | 10 +++-
hw/net/opencores_eth.c | 33 ++++++++++++-
hw/net/vhost_net.c | 6 +--
hw/net/virtio-net.c | 16 +++----
hw/net/vmxnet3.c | 22 ++++-----
include/net/net.h | 19 ++++++++
include/net/tap.h | 6 ---
net/net.c | 55 ++++++++++++++++++++++
net/netmap.c | 123 ++++++++++++++++++++++++++++++++-----------------
net/tap-win32.c | 92 +++++++++++++++++++-----------------
net/tap.c | 20 +++++---
11 files changed, 275 insertions(+), 127 deletions(-)
--
1.8.5.3
next reply other threads:[~2014-02-25 13:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 13:33 Stefan Hajnoczi [this message]
2014-02-25 13:33 ` [Qemu-devel] [PULL 01/11] opencores_eth: flush queue whenever can_receive can go from false to true Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 02/11] net: change vnet-hdr TAP prototypes Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 03/11] net: extend NetClientInfo for offloading Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 04/11] net: TAP uses NetClientInfo offloading callbacks Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 05/11] net: virtio-net and vmxnet3 use offloading API Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 06/11] net: make tap offloading callbacks static Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 07/11] net: add offloading support to netmap backend Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 08/11] net: Disable netmap backend when not supported Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 09/11] net: remove implicit peer from offload API Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 10/11] vhost_net: use offload API instead of bypassing it Stefan Hajnoczi
2014-02-25 13:33 ` [Qemu-devel] [PULL 11/11] virtio-net: use qemu_get_queue() where possible Stefan Hajnoczi
2014-02-26 20:52 ` [Qemu-devel] [PULL 00/11] Net patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2015-02-23 14:40 Stefan Hajnoczi
2015-02-26 12:15 ` Peter Maydell
2015-02-26 17:52 ` Scott Feldman
2015-02-27 7:20 ` Jiri Pirko
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=1393335229-607-1-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=aliguori@amazon.com \
--cc=peter.maydell@linaro.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).