Re: [PATCH 0/5] virtio_net: Add MAC and VLAN filtering
From: David Miller <davem@davemloft.net>
Date: 2009-01-20 01:10:08
Also in:
kvm
From: David Miller <davem@davemloft.net>
Date: 2009-01-20 01:10:08
Also in:
kvm
From: Mark McLoughlin <redacted> Date: Mon, 19 Jan 2009 08:30:31 +0000
virtio_net: add link status handling Allow the host to inform us that the link is down by adding a VIRTIO_NET_F_STATUS which indicates that device status is available in virtio_net config. This is currently useful for simulating link down conditions (e.g. using proposed qemu 'set_link' monitor command) but would also be needed if we were to support device assignment via virtio. Signed-off-by: Mark McLoughlin <redacted> Signed-off-by: Rusty Russell <redacted> (added future masking)
Queued up for 2.6.30, thanks!