From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org, qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PULL V2 0/7] Net patches
Date: Wed, 30 Mar 2016 09:22:48 +0800 [thread overview]
Message-ID: <1459300975-5987-1-git-send-email-jasowang@redhat.com> (raw)
The following changes since commit 553934db664ecee676650fac0330dceff3531736:
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2016-03-29 19:54:49 +0100)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to 8e0f7dd25152385711b0224e2d3c65ede0239cd9:
Revert "e1000: fix hang of win2k12 shutdown with flood ping" (2016-03-30 08:57:42 +0800)
----------------------------------------------------------------
- mirror/redirector which could mirror or redirct the traffic between
netdev and socket chardev
- fix e1000 interrupt strom and remove previous hack
Changes from V1:
- fix build errors
----------------------------------------------------------------
Sameeh Jubran (2):
e1000: Fixing interrupts pace.
Revert "e1000: fix hang of win2k12 shutdown with flood ping"
Zhang Chen (5):
net/filter-mirror:Add filter-mirror
tests/test-filter-mirror:add filter-mirror unit test
net/filter-mirror: Change filter_mirror_send interface
net/filter-mirror: implement filter-redirector
tests/test-filter-redirector: Add unit test for filter-redirector
hw/net/e1000.c | 13 +-
net/Makefile.objs | 1 +
net/filter-mirror.c | 427 +++++++++++++++++++++++++++++++++++++++++
qemu-options.hx | 14 ++
tests/.gitignore | 2 +
tests/Makefile | 4 +
tests/test-filter-mirror.c | 93 +++++++++
tests/test-filter-redirector.c | 221 +++++++++++++++++++++
vl.c | 4 +-
9 files changed, 773 insertions(+), 6 deletions(-)
create mode 100644 net/filter-mirror.c
create mode 100644 tests/test-filter-mirror.c
create mode 100644 tests/test-filter-redirector.c
next reply other threads:[~2016-03-30 1:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 1:22 Jason Wang [this message]
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 1/7] net/filter-mirror:Add filter-mirror Jason Wang
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 2/7] tests/test-filter-mirror:add filter-mirror unit test Jason Wang
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 3/7] net/filter-mirror: Change filter_mirror_send interface Jason Wang
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 4/7] net/filter-mirror: implement filter-redirector Jason Wang
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 5/7] tests/test-filter-redirector: Add unit test for filter-redirector Jason Wang
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 6/7] e1000: Fixing interrupts pace Jason Wang
2016-03-30 1:22 ` [Qemu-devel] [PULL V2 7/7] Revert "e1000: fix hang of win2k12 shutdown with flood ping" Jason Wang
2016-03-30 12:14 ` [Qemu-devel] [PULL V2 0/7] Net patches Peter Maydell
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=1459300975-5987-1-git-send-email-jasowang@redhat.com \
--to=jasowang@redhat.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).