On 11/2/22 06:35, Yuan, DukaiX wrote:
-----Original Message----- From: Ivan Malov <[email protected]> Sent: 2022年11月2日 0:19 To: [email protected] Cc: Jiang, YuX <[email protected]>; Chas Williams <[email protected]>; Min Hu (Connor) <[email protected]>; Burakov, Anatoly <[email protected]>; [email protected]; Andrew Rybchenko <[email protected]> Subject: [PATCH] net/bonding: fix device configure reentrancyAs per report [1], the previous patch for device configure code apparently overlooks the corner case of manually adding back-end devices to the bond using testpmd CLI. The problem is in removing back-end ports on re-configure instead of just stopping them. Fix that. Fixes: 339f1ba51353 ("net/bonding: make configure method re-entrant") Cc: [email protected] [1] https://bugs.dpdk.org/show_bug.cgi?id=1119 Signed-off-by: Ivan Malov <[email protected]> --- Tested-by: Dukai Yuan<[email protected]>
Reviewed-by: Andrew Rybchenko <[email protected]> Applied to dpdk-next-net/main with minor fix suggested by Stephen, thanks.

