Re: [PATCH v2 8/8] net/bonding: add LACP short timeout tests

2022-02-04 Thread Ferruh Yigit
On 12/21/2021 7:57 PM, Robert Sanford wrote: - Add "set bonding lacp timeout_ctrl 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 ---

[PATCH v2 8/8] net/bonding: add LACP short timeout tests

2021-12-21 Thread Robert Sanford
- Add "set bonding lacp timeout_ctrl 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 --- app/test-pmd/cmdline.c | 77 +++