Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN

2014-03-26 Thread Michael S. Tsirkin
On Wed, Mar 26, 2014 at 06:29:52PM +0800, Amos Kong wrote: From: Stefan Fritsch s...@sfritsch.de If VIRTIO_NET_F_CTRL_VLAN is not negotiated, do not filter out all VLAN-tagged packets but send them to the guest. This fixes VLANs with OpenBSD guests (and probably NetBSD, too, because the

Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN

2014-03-26 Thread Michael S. Tsirkin
On Wed, Mar 26, 2014 at 06:29:52PM +0800, Amos Kong wrote: From: Stefan Fritsch s...@sfritsch.de If VIRTIO_NET_F_CTRL_VLAN is not negotiated, do not filter out all VLAN-tagged packets but send them to the guest. This fixes VLANs with OpenBSD guests (and probably NetBSD, too, because the

[Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN

2014-03-26 Thread Amos Kong
From: Stefan Fritsch s...@sfritsch.de If VIRTIO_NET_F_CTRL_VLAN is not negotiated, do not filter out all VLAN-tagged packets but send them to the guest. This fixes VLANs with OpenBSD guests (and probably NetBSD, too, because the OpenBSD driver started as a port from NetBSD). Signed-off-by:

Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN

2014-03-26 Thread Vlad Yasevich
On 03/26/2014 06:29 AM, Amos Kong wrote: From: Stefan Fritsch s...@sfritsch.de If VIRTIO_NET_F_CTRL_VLAN is not negotiated, do not filter out all VLAN-tagged packets but send them to the guest. This fixes VLANs with OpenBSD guests (and probably NetBSD, too, because the OpenBSD driver

Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN

2014-03-26 Thread Amos Kong
On Wed, Mar 26, 2014 at 12:55:18PM +0200, Michael S. Tsirkin wrote: On Wed, Mar 26, 2014 at 06:29:52PM +0800, Amos Kong wrote: From: Stefan Fritsch s...@sfritsch.de If VIRTIO_NET_F_CTRL_VLAN is not negotiated, do not filter out all VLAN-tagged packets but send them to the guest.