From: Yang Hongyang <yanghy@cn.fujitsu.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: thuth@redhat.com, zhang.zhanghailiang@huawei.com,
lizhijian@cn.fujitsu.com, jasowang@redhat.com,
qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v12 00/10] Add a netfilter object and netbuffer filter
Date: Wed, 7 Oct 2015 11:55:38 +0800 [thread overview]
Message-ID: <561497BA.3090906@cn.fujitsu.com> (raw)
In-Reply-To: <56147681.9060505@cn.fujitsu.com>
On 10/07/2015 09:33 AM, Yang Hongyang wrote:
>
>
> On 10/01/2015 01:43 AM, Markus Armbruster wrote:
>> Yang Hongyang <yanghy@cn.fujitsu.com> writes:
>>
>>> This patch add an netfilter abstract object, captures all network packets
>>> on associated netdev. Also implement a concrete filter buffer based on
>>> this abstract object. the "buffer" netfilter could be used by VM FT solutions
>>> like MicroCheckpointing, to buffer/release packets. Or to simulate
>>> packet delay.
>>>
>>> You can also get the series from:
>>> https://github.com/macrosheep/qemu/tree/netfilter-v12
>>>
>>> Usage:
>>> -netdev tap,id=bn0
>>> -device e1000,netdev=bn0
>>> -object filter-buffer,id=f0,netdev=bn0,queue=rx,interval=1000
>>>
>>> dynamically add/remove netfilters:
>>> object_add filter-buffer,id=f0,netdev=bn0,queue=rx,interval=1000
>>> object_del f0
>>>
>>> NOTE:
>>> interval is in microseconds and can't be omiited.
>>> queue is optional, and is one of rx|tx|all, default is "all". See
>>> enum NetFilterDirection for detail.
>>
>> I reviewed the patches touching the QAPI schema or the command line.
>> Only a few simple issues left. One more respin should do it.
>> .
>>
>
> Thanks, will do.
Hi Markus,
I've already addressed all your comments on v12 and send out a v13. Could
you please review the last bits, thanks very much.
>
>
--
Thanks,
Yang.
prev parent reply other threads:[~2015-10-07 3:56 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 8:36 [Qemu-devel] [PATCH v12 00/10] Add a netfilter object and netbuffer filter Yang Hongyang
2015-09-28 8:36 ` [Qemu-devel] [PATCH v12 01/10] vl.c: init delayed object after net_init_clients Yang Hongyang
2015-09-28 8:36 ` [Qemu-devel] [PATCH v12 02/10] init/cleanup of netfilter object Yang Hongyang
2015-09-30 16:59 ` Markus Armbruster
2015-09-30 17:41 ` Markus Armbruster
2015-10-07 3:18 ` Yang Hongyang
2015-10-07 3:50 ` Yang Hongyang
2015-09-28 8:36 ` [Qemu-devel] [PATCH v12 03/10] netfilter: hook packets before net queue send Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 04/10] net: merge qemu_deliver_packet and qemu_deliver_packet_iov Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 05/10] net/queue: introduce NetQueueDeliverFunc Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 06/10] netfilter: add an API to pass the packet to next filter Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 07/10] netfilter: print filter info associate with the netdev Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 08/10] net/queue: export qemu_net_queue_append_iov Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 09/10] netfilter: add a netbuffer filter Yang Hongyang
2015-09-30 17:11 ` Markus Armbruster
2015-10-07 1:37 ` Yang Hongyang
2015-09-28 8:37 ` [Qemu-devel] [PATCH v12 10/10] tests: add test cases for netfilter object Yang Hongyang
2015-09-30 17:43 ` [Qemu-devel] [PATCH v12 00/10] Add a netfilter object and netbuffer filter Markus Armbruster
2015-10-07 1:33 ` Yang Hongyang
2015-10-07 3:55 ` Yang Hongyang [this message]
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=561497BA.3090906@cn.fujitsu.com \
--to=yanghy@cn.fujitsu.com \
--cc=armbru@redhat.com \
--cc=jasowang@redhat.com \
--cc=lizhijian@cn.fujitsu.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
--cc=zhang.zhanghailiang@huawei.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.