qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V5 0/2] net/filter-mirror:add filter-mirror and unit test
@ 2016-02-23 12:00 Zhang Chen
  2016-02-23 12:00 ` [Qemu-devel] [PATCH V5 1/2] net/filter-mirror:Add filter-mirror Zhang Chen
  2016-02-23 12:00 ` [Qemu-devel] [PATCH V5 2/2] tests/test-filter-mirror:add filter-mirror unit test Zhang Chen
  0 siblings, 2 replies; 7+ messages in thread
From: Zhang Chen @ 2016-02-23 12:00 UTC (permalink / raw)
  To: qemu devel, Jason Wang
  Cc: Li Zhijian, Gui jianfeng, eddie.dong, zhanghailiang,
	Dr. David Alan Gilbert, Zhang Chen, Yang Hongyang

Filter-mirror is a netfilter plugin.
It gives qemu the ability to mirror
packets to a chardev.

v5:
 - Address Jason's comments.

v4:
 - Address Jason's comments.

v3:
 - Add filter-mirror unit test according
   to Jason's comments
 - Address zhanghailiang's comments.
 - Address Jason's comments.

v2:
 - Address zhanghailiang's comments.
 - Address Eric Blake's comments.
 - Address Yang Hongyang's comments.
 - Address Dave's comments.

v1:
 initial patch.


Zhang Chen (2):
  net/filter-mirror:Add filter-mirror
  tests/test-filter-mirror:add filter-mirror unit test

 net/Makefile.objs          |   1 +
 net/filter-mirror.c        | 181 +++++++++++++++++++++++++++++++++++++++++++++
 qemu-options.hx            |   5 ++
 tests/.gitignore           |   1 +
 tests/Makefile             |   2 +
 tests/test-filter-mirror.c |  87 ++++++++++++++++++++++
 vl.c                       |   3 +-
 7 files changed, 279 insertions(+), 1 deletion(-)
 create mode 100644 net/filter-mirror.c
 create mode 100644 tests/test-filter-mirror.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-24  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 12:00 [Qemu-devel] [PATCH V5 0/2] net/filter-mirror:add filter-mirror and unit test Zhang Chen
2016-02-23 12:00 ` [Qemu-devel] [PATCH V5 1/2] net/filter-mirror:Add filter-mirror Zhang Chen
2016-02-24  3:22   ` Jason Wang
2016-02-24  3:52     ` Zhang Chen
2016-02-23 12:00 ` [Qemu-devel] [PATCH V5 2/2] tests/test-filter-mirror:add filter-mirror unit test Zhang Chen
2016-02-24  3:24   ` Jason Wang
2016-02-24  6:22     ` Zhang Chen

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).