Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-03-25 Thread Michael S. Tsirkin
On Thu, Feb 20, 2014 at 12:46:14PM -0500, Vlad Yasevich wrote: > On 02/20/2014 11: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 negotiated. > > > > This patch added a new field

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-03-25 Thread Michael S. Tsirkin
On Mon, Mar 03, 2014 at 01:46:34PM +0800, Amos Kong wrote: > On Fri, Feb 28, 2014 at 01:29:59PM -0500, Luiz Capitulino wrote: > > On Fri, 21 Feb 2014 18:01:40 +0800 > > Amos Kong wrote: > > > > > On Thu, Feb 20, 2014 at 12:46:14PM -0500, Vlad Yasevich wrote: > > > > On 02/20/2014 11:38 AM, Amos K

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-03-25 Thread Michael S. Tsirkin
On Fri, Feb 21, 2014 at 12:38:42AM +0800, 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 negotiated. > > This patch added a new field to @RxFilterInfo to indicate if management > uses the v

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-03-02 Thread Amos Kong
On Fri, Feb 28, 2014 at 01:29:59PM -0500, Luiz Capitulino wrote: > On Fri, 21 Feb 2014 18:01:40 +0800 > Amos Kong wrote: > > > On Thu, Feb 20, 2014 at 12:46:14PM -0500, Vlad Yasevich wrote: > > > On 02/20/2014 11:38 AM, Amos Kong wrote: > > > > Stefan Fritsch just fixed a virtio-net driver bug [1

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-02-28 Thread Luiz Capitulino
On Fri, 21 Feb 2014 18:01:40 +0800 Amos Kong wrote: > On Thu, Feb 20, 2014 at 12:46:14PM -0500, Vlad Yasevich wrote: > > On 02/20/2014 11: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

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-02-21 Thread Amos Kong
On Thu, Feb 20, 2014 at 12:46:14PM -0500, Vlad Yasevich wrote: > On 02/20/2014 11: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 negotiated. > > > > This patch added a new field

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-02-20 Thread Vlad Yasevich
On 02/20/2014 11: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 negotiated. > > This patch added a new field to @RxFilterInfo to indicate if management > uses the vlan table. > > [1

Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-02-20 Thread Eric Blake
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 negotiated. > > This patch added a new field to @RxFilterInfo to indicate if management > uses the vlan table. > > [1

[Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used

2014-02-20 Thread Amos Kong
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 negotiated. This patch added a new field to @RxFilterInfo to indicate if management uses the vlan table. [1] http://lists.nongnu.org/archive/html/qemu-devel/2014-