From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGWnA-0001Uz-6q for qemu-devel@nongnu.org; Thu, 20 Feb 2014 11:48:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGWn5-00054u-No for qemu-devel@nongnu.org; Thu, 20 Feb 2014 11:48:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGWn5-00054k-Fs for qemu-devel@nongnu.org; Thu, 20 Feb 2014 11:48:03 -0500 Message-ID: <530631BF.8090703@redhat.com> Date: Thu, 20 Feb 2014 09:47:59 -0700 From: Eric Blake MIME-Version: 1.0 References: <1392914322-27329-1-git-send-email-akong@redhat.com> In-Reply-To: <1392914322-27329-1-git-send-email-akong@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="9V05q0Fe9Pk6KOehftld8kMiE42UiWEVo" Subject: Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong , qemu-devel@nongnu.org Cc: vyasevic@redhat.com, mst@redhat.com, sf@sfritsch.de, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9V05q0Fe9Pk6KOehftld8kMiE42UiWEVo Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/20/2014 09:38 AM, Amos Kong wrote: > Stefan Fritsch just fixed a virtio-net driver bug [1], virtio-net won't= > filter out VLAN-tagged packets if VIRTIO_NET_F_CTRL_VLAN isn't negotiat= ed. >=20 > This patch added a new field to @RxFilterInfo to indicate if management= > uses the vlan table. >=20 > [1] http://lists.nongnu.org/archive/html/qemu-devel/2014-02/msg02604.ht= ml >=20 > Signed-off-by: Amos Kong > --- > V2: don't make vlan-table optional, add a flag to indicate > if vlan table is used by management > +++ b/qapi-schema.json > @@ -4032,6 +4032,8 @@ > # > # @unicast-overflow: unicast table is overflowed or not > # > +# @vlan: whether management uses the vlan table > +# Needs a '(Since 2.0)' annotation. If that gets fixed, you can add: Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --9V05q0Fe9Pk6KOehftld8kMiE42UiWEVo 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTBjG/AAoJEKeha0olJ0NqoEkH/3uTi8akolKl7bXrG3dvo3l3 51tasa/niuRy6MwUyvbCsB5HZxsiFFKt6/5juke+DhZZtweeznM6azGYa7UAY6U5 X37w61+bDG9h48EYIKOFLnwoch+U1AVWVqbB9cvIAb/QmsZIs1dduw95hYPZ4e/v 5IlQxKpZ3IMBqxCJwxTq+Pm/2FEKuQh783tNrjflKZ243vjuJQeFw0c/EEShhnx1 JrkF6Mk6zoX39rOlyvam1MsbRuw6UGcFDBhDAhhDU/OtzLVFgkVBo8NeuLRM8duW 7By05CQHsKWAZfa2Pc3iTasBqLJ20ZPiwFO2JoRzw2/HZvOABvtAwMOAo1YWIjI= =PbHH -----END PGP SIGNATURE----- --9V05q0Fe9Pk6KOehftld8kMiE42UiWEVo--