Re: [PATCH] net/sfc: add missing lock release statements

2022-02-07 Thread Ferruh Yigit
On 2/7/2022 11:15 AM, Ivan Malov wrote: Fixes: 155583abe63c ("net/sfc: implement representor queue setup and release") Fixes: 75f080fdf74a ("net/sfc: implement port representor start and stop") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/

[PATCH] net/sfc: add missing lock release statements

2022-02-07 Thread Ivan Malov
Fixes: 155583abe63c ("net/sfc: implement representor queue setup and release") Fixes: 75f080fdf74a ("net/sfc: implement port representor start and stop") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov --- drivers/net/sfc/sfc_repr_proxy.c | 5 + 1 file changed, 5 insertions(+) diff --git a/dr