On Thu, Jan 5, 2023 at 8:22 PM Nithin Kumar Dabilpuram
<[email protected]> wrote:
>
>
> > -----Original Message-----
> > From: Zhang, Fan <[email protected]>
> > Sent: Thursday, January 5, 2023 7:35 PM
> > To: David Marchand <[email protected]>; [email protected]
> > Cc: [email protected]; Nithin Kumar Dabilpuram <[email protected]>; 
> > Kiran Kumar
> > Kokkilagadda <[email protected]>; Sunil Kumar Kori 
> > <[email protected]>; Satha
> > Koteswara Rao Kottidi <[email protected]>; Vidya Sagar Velumuri
> > <[email protected]>
> > Subject: [EXT] Re: [PATCH] net/cnxk: fix deadlock in security session 
> > creation
> >
> > External Email
> >
> > ----------------------------------------------------------------------
> >
> > On 1/5/2023 1:57 PM, David Marchand wrote:
> > > Releasing the lock was missing in this branch.
> > >
> > > Fixes: 4440eb88ddfc ("net/cnxk: use full context IPsec structures")
> > > Cc: [email protected]
> > >
> > > Signed-off-by: David Marchand <[email protected]>
> > > ---
> > >   drivers/net/cnxk/cn9k_ethdev_sec.c | 1 +
> > >   1 file changed, 1 insertion(+)
> > >
> > > diff --git a/drivers/net/cnxk/cn9k_ethdev_sec.c 
> > > b/drivers/net/cnxk/cn9k_ethdev_sec.c
> > > index 67966a4e49..327f221e38 100644
> > > --- a/drivers/net/cnxk/cn9k_ethdev_sec.c
> > > +++ b/drivers/net/cnxk/cn9k_ethdev_sec.c
> > > @@ -556,6 +556,7 @@ cn9k_eth_sec_session_create(void *device,
> > >
> > >     if (!dev->outb.lf_base) {
> > >             plt_err("Could not allocate security session private data");
> > > +           rte_spinlock_unlock(lock);
> > >             return -ENOMEM;
> > >     }
> > >
> > Acked-by: Fan Zhang <[email protected]>
>
> Acked-by: Nithin Dabilpuram <[email protected]>

Applied to dpdk-next-net-mrvl/for-next-net. Thanks

Reply via email to