On 06/25/2013 09:41 AM, Michael S. Tsirkin wrote: > From: Amos Kong <[email protected]> > > 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 <[email protected]> > Signed-off-by: Michael S. Tsirkin <[email protected]> > --- > +++ 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
signature.asc
Description: OpenPGP digital signature
