Re: [PATCH] net/bonding: fix forward packets failed

2023-03-10 Thread Ferruh Yigit
On 3/10/2023 4:41 AM, Kaiwen Deng wrote: > The bond port is failed to forward packets in Link Aggregation > 802.3AD(4) mode. Because bond devices get LACP packets from > rx_ring instead of tx_ring. > > This commit will get LACP packets from tx_ring instead. > > Fixes: 112891cd27e5 ("net/bonding:

RE: [PATCH] net/bonding: fix forward packets failed

2023-03-10 Thread Jiale, SongX
> -Original Message- > From: Kaiwen Deng > Sent: Friday, March 10, 2023 12:42 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; Deng, KaiwenX ; > Chas Williams ; Min Hu (Connor) ; > Tomasz Kulasek ; Doherty, Declan > > Subject: [P

[PATCH] net/bonding: fix forward packets failed

2023-03-09 Thread Kaiwen Deng
The bond port is failed to forward packets in Link Aggregation 802.3AD(4) mode. Because bond devices get LACP packets from rx_ring instead of tx_ring. This commit will get LACP packets from tx_ring instead. Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") Cc: sta...@