All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] add broadcast_neighbor for no-stacking networking arch
@ 2025-05-10  4:45 tonghao
  2025-05-10  4:45 ` [PATCH net-next 1/4] net: bonding: add broadcast_neighbor option for 802.3ad tonghao
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: tonghao @ 2025-05-10  4:45 UTC (permalink / raw)
  To: netdev
  Cc: Tonghao Zhang, Jay Vosburgh, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Jonathan Corbet,
	Andrew Lunn

From: Tonghao Zhang <tonghao@bamaicloud.com>

For no-stacking networking arch, and enable the bond mode 4(lacp) in
datacenter, the switch group require arp/nd packets as session
synchronization. More details please see patch.

Cc: Jay Vosburgh <jv@jvosburgh.net>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Simon Horman <horms@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Andrew Lunn <andrew+netdev@lunn.ch>

Tonghao Zhang (4):
  net: bonding: add broadcast_neighbor option for 802.3ad
  net: bonding: add broadcast_neighbor netlink option
  net: bonding: send peer notify when failure recovery
  net: bonding: add tracepoint for 802.3ad

 Documentation/networking/bonding.rst |  5 +++
 drivers/net/bonding/bond_3ad.c       | 20 ++++++++++
 drivers/net/bonding/bond_main.c      | 58 +++++++++++++++++++++-------
 drivers/net/bonding/bond_netlink.c   | 16 ++++++++
 drivers/net/bonding/bond_options.c   | 25 ++++++++++++
 drivers/net/bonding/bond_sysfs.c     | 18 +++++++++
 include/net/bond_options.h           |  1 +
 include/net/bonding.h                |  1 +
 include/trace/events/bonding.h       | 37 ++++++++++++++++++
 include/uapi/linux/if_link.h         |  1 +
 10 files changed, 168 insertions(+), 14 deletions(-)
 create mode 100644 include/trace/events/bonding.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-05-12 14:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-10  4:45 [PATCH net-next 0/4] add broadcast_neighbor for no-stacking networking arch tonghao
2025-05-10  4:45 ` [PATCH net-next 1/4] net: bonding: add broadcast_neighbor option for 802.3ad tonghao
2025-05-10 12:44   ` Jay Vosburgh
2025-05-10 13:47     ` Andrew Lunn
2025-05-11 14:07     ` Tonghao Zhang
2025-05-11 15:53       ` Andrew Lunn
2025-05-12  2:25         ` Tonghao Zhang
2025-05-12  9:19           ` Jay Vosburgh
2025-05-12 14:55             ` Tonghao Zhang
2025-05-12  8:22   ` Hangbin Liu
2025-05-12  8:55     ` Tonghao Zhang
2025-05-10  4:45 ` [PATCH net-next 2/4] net: bonding: add broadcast_neighbor netlink option tonghao
2025-05-10  4:45 ` [PATCH net-next 3/4] net: bonding: send peer notify when failure recovery tonghao
2025-05-10 13:01   ` Jay Vosburgh
2025-05-11 14:34     ` Tonghao Zhang
2025-05-12  8:05   ` Hangbin Liu
2025-05-12  9:16     ` Tonghao Zhang
2025-05-10  4:45 ` [PATCH net-next 4/4] net: bonding: add tracepoint for 802.3ad tonghao

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.