qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v2 21/21] net: add support of mac-programming ove


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL v2 21/21] net: add support of mac-programming over macvtap in QEMU side
Date: Fri, 28 Jun 2013 07:45:05 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

On 06/25/2013 09:41 AM, Michael S. Tsirkin wrote:
> From: Amos Kong <address@hidden>
> 
> Currently macvtap based macvlan device is working in promiscuous
> mode, we want to implement mac-programming over macvtap through
> Libvirt for better performance.
> 

> Michael S. Tsirkin: tweaked to enable events on start.
> Michael S. Tsirkin: fixed not to crash when no id.
> 
> Signed-off-by: Amos Kong <address@hidden>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---

> +++ b/qapi-schema.json
> @@ -3624,3 +3624,78 @@
>              '*cpuid-input-ecx': 'int',
>              'cpuid-register': 'X86CPURegister32',
>              'features': 'int' } }
> +
> +##
> +# @RxState:
> +#
> +# Packets receiving state
> +#
> +# @normal: filter assigned packets according to the mac-table
> +#
> +# @none: don't receive any assigned packet
> +#
> +# @all: receive all assigned packets
> +#
> +##
> +{ 'enum': 'RxState', 'data': [ 'normal', 'none', 'all' ] }

Missing a since 1.6 designation.  If this has already been pulled, then
a followup patch would be appropriate.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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