From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsYzA-00006V-16 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 09:45:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsYz8-0006Ga-Al for qemu-devel@nongnu.org; Fri, 28 Jun 2013 09:45:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsYz8-0006GT-0E for qemu-devel@nongnu.org; Fri, 28 Jun 2013 09:45:10 -0400 Message-ID: <51CD9361.6060302@redhat.com> Date: Fri, 28 Jun 2013 07:45:05 -0600 From: Eric Blake MIME-Version: 1.0 References: <1372174719-6564-1-git-send-email-mst@redhat.com> <1372174719-6564-22-git-send-email-mst@redhat.com> In-Reply-To: <1372174719-6564-22-git-send-email-mst@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2FKHNRRFETOOKKCAOKFLB" Subject: Re: [Qemu-devel] [PULL v2 21/21] net: add support of mac-programming over macvtap in QEMU side List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , Anthony Liguori , Jason Wang , Markus Armbruster , qemu-devel@nongnu.org, Zhi Yong Wu , Stefan Hajnoczi , Luiz Capitulino , Paolo Bonzini , Amos Kong , Laszlo Ersek This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2FKHNRRFETOOKKCAOKFLB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/25/2013 09:41 AM, Michael S. Tsirkin wrote: > From: Amos Kong >=20 > Currently macvtap based macvlan device is working in promiscuous > mode, we want to implement mac-programming over macvtap through > Libvirt for better performance. >=20 > Michael S. Tsirkin: tweaked to enable events on start. > Michael S. Tsirkin: fixed not to crash when no id. >=20 > Signed-off-by: Amos Kong > Signed-off-by: Michael S. Tsirkin > --- > +++ 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. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2FKHNRRFETOOKKCAOKFLB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRzZNhAAoJEKeha0olJ0Nq4ekIAI9s1n52zRw+dxe8ulZqaOJS nJSby/ba06KUwR53a6XCS/2GJPPPl02zwrRuHPBF3DNuRyYa9xp/IYCixHgnR4An mmt+nRG/kqyanmNLnFl5tE+1vcxxkw2LA7edASSD2ex0KuyAKMAtyzmY/UKEdxGC 0maE724W+qilY2vtTjLk15Qnkw9FcxbopuzQCueyPmVuoQEY4O4W1OmfVJxv+djW sxRgJjWwdFg9qQYLb+vf7YKVFZ04GFUT+UMq10VZjJFDiT9qN7mBSyXlgz4LSeSk pzfv9DkNRDwrIMaD8ZygkK6yiskTF6tC3vRYVLivejGWOaNnBGeIeIYc48gJFQM= =cp66 -----END PGP SIGNATURE----- ------enig2FKHNRRFETOOKKCAOKFLB--