Re: [dpdk-dev] [PATCH] net/ice: fix deadlock on flow redirect

2021-10-13 Thread Zhang, Qi Z
> -Original Message- > From: Yu, DapengX > Sent: Monday, October 11, 2021 3:39 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH] net/ice: fix deadlock on flow redirect > > From: Dapeng Yu > > If flow redirect failed, the spinl

[dpdk-dev] [PATCH] net/ice: fix deadlock on flow redirect

2021-10-11 Thread dapengx . yu
From: Dapeng Yu If flow redirect failed, the spinlock will not be unlocked. This patch fixes it. Fixes: bc9201388d56 ("net/ice: support flow redirect") Cc: sta...@dpdk.org Signed-off-by: Dapeng Yu --- drivers/net/ice/ice_generic_flow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(