[PATCH 1/2] net/bonding: add independent LACP sending function
Stephen Hemminger
stephen at networkplumber.org
Thu Feb 16 20:47:27 CET 2023
On Thu, 16 Feb 2023 15:15:13 +0800
Chaoyong He <chaoyong.he at corigine.com> wrote:
> +void
> +rte_eth_bond_8023ad_lacp_send_one(void *queue)
> +{
> + uint32_t i;
> + uint16_t slave_tx_count;
> + uint16_t active_slave_count;
> + uint16_t active_slave_ids[RTE_MAX_ETHPORTS];
Thinking ahead, all of bonding driver should remove the usage of the
terms master and slave. Perhaps you don't want to introduce new
usages that will have to be fixed.
FYI - there is no usage of master/slave in any of the IEEE standards,
or operating systems other than Linux.
More information about the dev
mailing list