Home
last modified time | relevance | path

Searched refs:failover (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/net/core/
Dfailover.c23 struct failover *failover; in failover_get_bymac() local
26 list_for_each_entry(failover, &failover_list, list) { in failover_get_bymac()
27 failover_dev = rtnl_dereference(failover->failover_dev); in failover_get_bymac()
29 *ops = rtnl_dereference(failover->ops); in failover_get_bymac()
242 struct failover *failover_register(struct net_device *dev, in failover_register()
245 struct failover *failover; in failover_register() local
250 failover = kzalloc(sizeof(*failover), GFP_KERNEL); in failover_register()
251 if (!failover) in failover_register()
254 rcu_assign_pointer(failover->ops, ops); in failover_register()
257 rcu_assign_pointer(failover->failover_dev, dev); in failover_register()
[all …]
DMakefile34 obj-$(CONFIG_FAILOVER) += failover.o
/Linux-v4.19/include/net/
Dfailover.h25 struct failover { struct
31 struct failover *failover_register(struct net_device *dev, argument
33 void failover_unregister(struct failover *failover);
Dnet_failover.h30 struct failover *net_failover_create(struct net_device *standby_dev);
31 void net_failover_destroy(struct failover *failover);
/Linux-v4.19/Documentation/networking/
Dnet_failover.rst10 The net_failover driver provides an automated failover mechanism via APIs
11 to create and destroy a failover master netdev and mananges a primary and
12 standby slave netdevs that get registered via the generic failover
15 The failover netdev acts a master device and controls 2 slave devices. The
18 netdev. Both 'standby' and 'failover' netdevs are associated with the same
19 'pci' device. The user accesses the network interface via 'failover' netdev.
20 The 'failover' netdev chooses 'primary' netdev as default for transmits when
73 ens10 is the 'failover' master netdev, ens10nsby and ens11 are the slave
80 with VMs that have direct attached SR-IOV VF devices by automatic failover to
Dfailover.rst10 The failover module provides a generic interface for paravirtual drivers
11 to register a netdev and a set of ops with a failover instance. The ops
14 with the same mac address as the failover netdev.
Dindex.rst20 failover
Dxfrm_sync.txt15 with as minimal loss at failover time.
28 note that: lifetime time limit is not important if you assume the failover
Dbonding.txt238 The bandwidth and count selection policies permit failover of
447 address of the bond changes during a failover.
477 failover time (and the formerly active slave receives
565 In bonding version 2.6.2 or later, when a failover
707 failover event. As soon as the link is up on the new slave
944 a failover event. One membership report is issued immediately after
945 the failover, subsequent packets are sent in each 200ms interval.
949 to the failover event.
952 (1), balance-tlb (5) and balance-alb (6), in which a failover can
2041 use_carrier=0 does not improve the failover, then the driver may cache
[all …]
Dip-sysctl.txt1962 https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failover for
2043 setting is primarily used to enable fast failover mechanisms without
2045 http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
/Linux-v4.19/drivers/net/
Dnet_failover.c709 struct failover *net_failover_create(struct net_device *standby_dev) in net_failover_create()
713 struct failover *failover; in net_failover_create() local
764 failover = failover_register(failover_dev, &net_failover_ops); in net_failover_create()
765 if (IS_ERR(failover)) in net_failover_create()
768 return failover; in net_failover_create()
790 void net_failover_destroy(struct failover *failover) in net_failover_destroy() argument
796 if (!failover) in net_failover_destroy()
799 failover_dev = rcu_dereference(failover->failover_dev); in net_failover_destroy()
814 failover_unregister(failover); in net_failover_destroy()
Dvirtio_net.c240 struct failover *failover; member
2996 vi->failover = net_failover_create(vi->dev); in virtnet_probe()
2997 if (IS_ERR(vi->failover)) { in virtnet_probe()
2998 err = PTR_ERR(vi->failover); in virtnet_probe()
3044 net_failover_destroy(vi->failover); in virtnet_probe()
3079 net_failover_destroy(vi->failover); in virtnet_remove()
DKconfig518 This provides an automated failover mechanism via APIs to create
519 and destroy a failover master netdev and manages a primary and
520 standby slave netdevs that get registered via the generic failover
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO60 move, server failover, and server adapter changes. And also improve other
61 failover scenarios, e.g. when client knows multiple DFS entries point to
/Linux-v4.19/drivers/block/drbd/
DKconfig38 For automatic failover you need a cluster manager (e.g. heartbeat).
/Linux-v4.19/net/
DKconfig436 tristate "Generic failover module"
438 The failover module provides a generic interface for paravirtual
439 drivers to register a netdev and a set of ops with a failover
443 failover netdev. This enables paravirtual drivers to use a
/Linux-v4.19/drivers/infiniband/core/
Dcm_msgs.h568 static inline void cm_rep_set_failover(struct cm_rep_msg *rep_msg, u8 failover) in cm_rep_set_failover() argument
571 ((failover & 0x3) << 1)); in cm_rep_set_failover()
/Linux-v4.19/Documentation/scsi/
Daacraid.txt134 … added some new product ids for upcoming hbas. Performance tuning, card failover and bug mitigatio…
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt27 * Transactions support. Full failover for all operations.
/Linux-v4.19/drivers/net/ethernet/marvell/
DKconfig112 It does not support the link failover and network management
/Linux-v4.19/Documentation/device-mapper/
Dswitch.txt58 failover reasons.
/Linux-v4.19/net/netfilter/ipvs/
DKconfig156 tristate "weighted failover scheduling"
158 The weighted failover scheduling algorithm directs network
/Linux-v4.19/Documentation/filesystems/
Dxfs.txt216 where failover must not result in clients seeing
218 failover event.
/Linux-v4.19/Documentation/sysctl/
Dvm.txt748 1 and 2 are for failover of clustering. Please select either
749 according to your policy of failover.
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmvnic.c4838 static DEVICE_ATTR_WO(failover);

12