On 6/20/2023 4:02 AM, humin (Q) wrote: > 在 2023/6/8 10:59, Chaoyong He 写道: >> From: Long Wu <long...@corigine.com> >> >> Bonding port in mode 4 enables dedicated queues, we >> will create a flow for this feature. So we need to >> destroy this flow when we remove the member port. >> >> Furthermore if we don't destroy the flow that created >> for dedicated queues when we remove the member port, >> maybe we couldn't add the member port to a new bonding >> port that needed dedicated queues. >> >> We add the destroy action in removing member port >> function. >> >> Fixes: 49dad9028e2a ("net/bonding: support flow API") >> Cc: ma...@mellanox.com >> Cc: sta...@dpdk.org >> >> Signed-off-by: Long Wu <long...@corigine.com> >> Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com> >> Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >> > > Acked-by: Min Hu (Connor) <humi...@huawei.com> >
Applied to dpdk-next-net/main, thanks.