Re: [dpdk-dev] [PATCH] net/bonding: Support configuration for LACP fast timers

2020-11-25 Thread Min Hu (Connor)
+/* LACP Rate */ +#define LACP_RATE_SLOW (0) +#define LACP_RATE_FAST (1) parentheses here can be deleted. /* Set balance mode transmit policy*/ blank space shoud be added before "*/". + if (rte_eth_bond_lacp_rate_set(port_id, lacp_rate) +

[dpdk-dev] [PATCH] net/bonding: Support configuration for LACP fast timers

2020-04-21 Thread Kiran KN
Add a rte APIs to set/get the timeout for LACP signed-off-by: Kiran KN --- drivers/net/bonding/eth_bond_private.h| 8 drivers/net/bonding/rte_eth_bond.h| 26 ++ drivers/net/bonding/rte_eth_bond_8023ad.c | 6 ++ drivers/net/bonding/rte_eth_bond