brintos

brintos / linux-shallow public Read only

0
0
Text · 639 B · f0c8483 Raw
19 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3========4FAILOVER5========6 7Overview8========9 10The failover module provides a generic interface for paravirtual drivers11to register a netdev and a set of ops with a failover instance. The ops12are used as event handlers that get called to handle netdev register/13unregister/link change/name change events on slave pci ethernet devices14with the same mac address as the failover netdev.15 16This enables paravirtual drivers to use a VF as an accelerated low latency17datapath. It also allows live migration of VMs with direct attached VFs by18failing over to the paravirtual datapath when the VF is unplugged.19