qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] RFC/net: Add a net filter


From: Yang Hongyang
Subject: Re: [Qemu-devel] [PATCH] RFC/net: Add a net filter
Date: Wed, 22 Jul 2015 22:57:16 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi Stefan,

On 07/22/2015 09:26 PM, Stefan Hajnoczi wrote:
On Wed, Jul 22, 2015 at 11:55 AM, Yang Hongyang <address@hidden> wrote:
This patch add a net filter between network backend and NIC devices.
All packets will pass by this filter.
TODO:
  multiqueue support.
  plugin support.

What do you mean by plugin?


A filter without plugin supplied will do nothing except pass by all packets, a
plugin like dump for example, will dump all packets into a file. Or other
plugins like a netbuffer plugin, will simply buffer the packets, release
the packets when needed. However, these are my thoughts about the usecase,
there might be more usecase about this.

--
Thanks,
Yang.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]