Re: [PATCH v2 0/8] net/bonding: fixes and LACP short timeout

2022-02-04 Thread Ferruh Yigit
On 12/21/2021 7:57 PM, Robert Sanford wrote: This patchset makes the following changes to net/bonding: - Clean up minor errors in spelling, whitespace, C++ wrappers, and comments. - Replace directly overwriting of slave port's rte_eth_conf by copying it, but only updating it via rte_eth_dev

Re: [PATCH v2 0/8] net/bonding: fixes and LACP short timeout

2022-01-11 Thread Kevin Traynor
On 21/12/2021 19:57, Robert Sanford wrote: This patchset makes the following changes to net/bonding: - Clean up minor errors in spelling, whitespace, C++ wrappers, and comments. - Replace directly overwriting of slave port's rte_eth_conf by copying it, but only updating it via rte_eth_dev_c

[PATCH v2 0/8] net/bonding: fixes and LACP short timeout

2021-12-21 Thread Robert Sanford
This patchset makes the following changes to net/bonding: - Clean up minor errors in spelling, whitespace, C++ wrappers, and comments. - Replace directly overwriting of slave port's rte_eth_conf by copying it, but only updating it via rte_eth_dev_configure(). - Make minor changes to allocation