commit | 9805069d14c1b0b66b1600ea60cfc08f94841bd8 | [log] [tgz] |
---|---|---|
author | Sridhar Samudrala <sridhar.samudrala@intel.com> | Thu May 24 09:55:16 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 28 22:59:54 2018 -0400 |
tree | 68c979334e224d34ea48a4ce465bf4fd4292c36e | |
parent | cfc80d9a11635404a40199a1c9471c96890f3f74 [diff] |
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>