All of lore.kernel.org
 help / color / mirror / Atom feed
* Bad MAINTAINERS pattern in section 'NET_FAILOVER MODULE'
@ 2018-09-28 22:01 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2018-09-28 22:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sridhar Samudrala, netdev

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	10085	NET_FAILOVER MODULE
	10086	M:	Sridhar Samudrala <sridhar.samudrala@intel.com>
	10087	L:	netdev@vger.kernel.org
	10088	S:	Supported
-->	10089	F:	driver/net/net_failover.c
	10090	F:	include/net/net_failover.h
	10091	F:	Documentation/networking/net_failover.rst

Commit that introduced this:

commit cfc80d9a11635404a40199a1c9471c96890f3f74
 Author: Sridhar Samudrala <sridhar.samudrala@intel.com>
 Date:   Thu May 24 09:55:15 2018 -0700
 
     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>
 
  Documentation/networking/net_failover.rst |  26 +
  MAINTAINERS                               |   8 +
  drivers/net/Kconfig                       |  12 +
  drivers/net/Makefile                      |   1 +
  drivers/net/net_failover.c                | 836 ++++++++++++++++++++++++++++++
  include/net/net_failover.h                |  40 ++
  6 files changed, 923 insertions(+)

No commit with driver/net/net_failover.c found


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-28 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-28 22:01 Bad MAINTAINERS pattern in section 'NET_FAILOVER MODULE' Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.