Re: [dpdk-dev] [PATCH V2] net/bonding: fix lacp negotiation failed

2020-07-10 Thread Ferruh Yigit
On 7/11/2020 2:20 AM, Wei Hu (Xavier) wrote: > > On 2020/7/10 11:29, luyicai wrote: >> From: Yicai Lu >> >> When two host is connected directly without any devices like switch, >> rx_machine_update would recieving partner lacp negotiation packets, >> and partner's port mac is filled with zeros i

Re: [dpdk-dev] [PATCH V2] net/bonding: fix lacp negotiation failed

2020-07-10 Thread Wei Hu (Xavier)
Reviewed-by: Wei Hu (Xavier) On 2020/7/10 11:29, luyicai wrote: From: Yicai Lu When two host is connected directly without any devices like switch, rx_machine_update would recieving partner lacp negotiation packets, and partner's port mac is filled with zeros in this packet, which is differe

[dpdk-dev] [PATCH V2] net/bonding: fix lacp negotiation failed

2020-07-09 Thread luyicai
From: Yicai Lu When two host is connected directly without any devices like switch, rx_machine_update would recieving partner lacp negotiation packets, and partner's port mac is filled with zeros in this packet, which is different with internal's mode4 mac. So in this situation, it would never go

Re: [dpdk-dev] [PATCH v2] net/bonding: fix lacp negotiation failed

2019-03-21 Thread Ferruh Yigit
On 3/21/2019 10:22 AM, Liang Zhang wrote: > When monitor(port-mirroring) traffic from other lacp port-channel, > rx_machine_update may recieving other lacp negotiation packets. > Thus bond mode 4 will negotiation failed. > > Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP contr

[dpdk-dev] [PATCH v2] net/bonding: fix lacp negotiation failed

2019-03-21 Thread Liang Zhang
When monitor(port-mirroring) traffic from other lacp port-channel, rx_machine_update may recieving other lacp negotiation packets. Thus bond mode 4 will negotiation failed. Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") Cc: sta...@dpdk.org Signed-off-by: Liang Zhang