summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSridhar Samudrala <sridhar.samudrala@intel.com>2018-05-24 12:55:15 -0400
committerDavid S. Miller <davem@davemloft.net>2018-05-28 22:59:54 -0400
commitcfc80d9a11635404a40199a1c9471c96890f3f74 (patch)
treeda95be375f932bd726ea4e57a504cd6373fdfc8f /MAINTAINERS
parent1ff78076d8dd182c883e6caa285479ae7db32ef8 (diff)
net: Introduce net_failover driver
The net_failover driver provides an automated failover mechanism via APIs to create and destroy a failover master netdev and manages a primary and standby slave netdevs that get registered via the generic failover infrastructure. The failover netdev acts a master device and controls 2 slave devices. The original paravirtual interface gets registered as 'standby' slave netdev and a passthru/vf device with the same MAC gets registered as 'primary' slave netdev. Both 'standby' and 'failover' netdevs are associated with the same 'pci' device. The user accesses the network interface via 'failover' netdev. The 'failover' netdev chooses 'primary' netdev as default for transmits when it is available with link up and running. This can be used by paravirtual drivers to enable an alternate low latency datapath. It also enables hypervisor controlled live migration of a VM with direct attached VF by failing over to the paravirtual datapath when the VF is unplugged. Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6c59bdf49a8a..1831ff5863a1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9654,6 +9654,14 @@ S: Maintained
9654F: Documentation/hwmon/nct6775 9654F: Documentation/hwmon/nct6775
9655F: drivers/hwmon/nct6775.c 9655F: drivers/hwmon/nct6775.c
9656 9656
9657NET_FAILOVER MODULE
9658M: Sridhar Samudrala <sridhar.samudrala@intel.com>
9659L: netdev@vger.kernel.org
9660S: Supported
9661F: driver/net/net_failover.c
9662F: include/net/net_failover.h
9663F: Documentation/networking/net_failover.rst
9664
9657NETEFFECT IWARP RNIC DRIVER (IW_NES) 9665NETEFFECT IWARP RNIC DRIVER (IW_NES)
9658M: Faisal Latif <faisal.latif@intel.com> 9666M: Faisal Latif <faisal.latif@intel.com>
9659L: linux-rdma@vger.kernel.org 9667L: linux-rdma@vger.kernel.org