[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220311024958.7458-1-sunshouxin@chinatelecom.cn>
Date: Thu, 10 Mar 2022 21:49:55 -0500
From: Sun Shouxin <sunshouxin@...natelecom.cn>
To: j.vosburgh@...il.com, vfalico@...il.com, andy@...yhouse.net,
davem@...emloft.net, kuba@...nel.org, yoshfuji@...ux-ipv6.org,
dsahern@...nel.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
huyd12@...natelecom.cn, sunshouxin@...natelecom.cn
Subject: [PATCH 0/3] net:bonding:Add support for IPV6 RLB to balance-alb mode
This patchset is implementing IPV6 RLB for balance-alb mode.
Sun Shouxin (3):
net:ipv6:Add ndisc_bond_send_na to support sending na by slave
directly
net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr
net:bonding:Add support for IPV6 RLB to balance-alb mode
drivers/net/bonding/bond_3ad.c | 2 +-
drivers/net/bonding/bond_alb.c | 588 ++++++++++++++++++++++++++++-
drivers/net/bonding/bond_debugfs.c | 14 +
drivers/net/bonding/bond_main.c | 6 +-
include/net/bond_3ad.h | 2 +-
include/net/bond_alb.h | 7 +
include/net/bonding.h | 6 +-
include/net/ndisc.h | 6 +
net/ipv6/addrconf.c | 2 +
net/ipv6/ndisc.c | 61 +++
10 files changed, 680 insertions(+), 14 deletions(-)
base-commit: 2a9eef868a997ec575c2e6ae885e91313f635d59
--
2.27.0
Powered by blists - more mailing lists