Searched hist:"9 f4d26d0f3016cf8813977d624751b94465fa317" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | virtio_net.h | diff 9f4d26d0f3016cf8813977d624751b94465fa317 Mon Jan 19 19:09:49 CST 2009 Mark McLoughlin <markmc@redhat.com> 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 <markmc@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (added future masking) Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | diff 9f4d26d0f3016cf8813977d624751b94465fa317 Mon Jan 19 19:09:49 CST 2009 Mark McLoughlin <markmc@redhat.com> 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 <markmc@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (added future masking) Signed-off-by: David S. Miller <davem@davemloft.net>
|