On 12/21/2021 7:57 PM, Robert Sanford wrote:
- Add "set bonding lacp timeout_ctrl <port_id> on|off" to testpmd.
- Add "test_mode4_lacp_timeout_control" to dpdk-test.
- Remove call to rte_eth_dev_mac_addr_remove from add_slave,
as it always fails and prints an error.
Signed-off-by: Robert Sanford<rsanf...@akamai.com>
---
app/test-pmd/cmdline.c | 77 ++++++++++++++++++++++++++++++++++++++
app/test/test_link_bonding_mode4.c | 70 +++++++++++++++++++++++++++++++++-
2 files changed, 145 insertions(+), 2 deletions(-)
This patch depends on path 4/8, which cause an ABI error, so can't proceed
with this patch before ABI issue is resolved.