RE: [PATCH v2] test/bonding: fix active backup rx test

2025-01-21 Thread Xu, HailinX
> -Original Message- > From: Stephen Hemminger > Sent: Saturday, December 14, 2024 1:17 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; sta...@dpdk.org; > Chas Williams ; Min Hu (Connor) ; > Richardson, Bruce ; Chengwen Feng > > Subject: [PATCH v2] test/bonding: fix active backup rx tes

Re: [PATCH v2] test/bonding: fix active backup rx test

2024-12-15 Thread lihuisong (C)
LGTM Acked-by: Huisong Li Tested-by: Huisong Li 在 2024/12/14 1:17, Stephen Hemminger 写道: The test had incorrect assumptions about how active backup should work. When in active backup mode, the secondary (not primary) ports should be ignored. The test was always broken since initially written bu