[PATCH] net/bonding: fix forward packets failed

Jiale, SongX songx.jiale at intel.com
Fri Mar 10 10:59:56 CET 2023


> -----Original Message-----
> From: Kaiwen Deng <kaiwenx.deng at intel.com>
> Sent: Friday, March 10, 2023 12:42 PM
> To: dev at dpdk.org
> Cc: stable at dpdk.org; Yang, Qiming <qiming.yang at intel.com>; Zhou, YidingX
> <yidingx.zhou at intel.com>; Deng, KaiwenX <kaiwenx.deng at intel.com>;
> Chas Williams <chas3 at att.com>; Min Hu (Connor) <humin29 at huawei.com>;
> Tomasz Kulasek <tomaszx.kulasek at intel.com>; Doherty, Declan
> <declan.doherty at intel.com>
> Subject: [PATCH] net/bonding: fix forward packets failed
> 
> 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: stable at dpdk.org
> 
> Signed-off-by: Kaiwen Deng <kaiwenx.deng at intel.com>
> ---
Tested-by: Song Jiale <songx.jiale at intel.com>


More information about the dev mailing list