RE: [PATCH] net/ice: support traffic to original DCF port

2022-09-17 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Saturday, September 17, 2022 9:49 AM > To: dev@dpdk.org > Cc: Zhou, YidingX ; Zeng, ZhichaoX > ; Yang, Qiming ; Zhang, > Qi Z > Subject: [PATCH] net/ice: support traffic to original DCF port > > Add support for sending traffic to the

[PATCH v1] net/mlx5: fix meter profile delete fail

2022-09-17 Thread Shun Hao
If a meter's profile is changed after meter disabled, there's an issue that will fail when deleting the old profile. This patch fixes this by adding the correct process to decrease the old profile's reference count when changing profile. Fixes: 63ffeb2ff2 ("net/mlx5: support meter profile update"

Re: [PATCH v2 1/3] net/bonding: support Tx prepare

2022-09-17 Thread Chas Williams
On 9/16/22 22:35, fengchengwen wrote: Hi Chas, On 2022/9/15 0:59, Chas Williams wrote: On 9/13/22 20:46, fengchengwen wrote: The main problem is hard to design a tx_prepare for bonding device: 1. as Chas Williams said, there maybe twice hash calc to get target slave     devices. 2. also m