]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
authorSridhar Samudrala <sridhar.samudrala@intel.com>
Thu, 24 May 2018 16:55:16 +0000 (09:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 May 2018 02:59:54 +0000 (22:59 -0400)
commitbfe21bfcce37955def851bca9fea761e7eec2ee4
tree68c979334e224d34ea48a4ce465bf4fd4292c36e
parent6a5532cc56974382c692d7b8a7b813ac45a6f6b0
virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit

This feature bit can be used by hypervisor to indicate virtio_net device to
act as a standby for another device with the same MAC address.

VIRTIO_NET_F_STANDBY is defined as bit 62 as it is a device feature bit.

Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c
include/uapi/linux/virtio_net.h