patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>
Cc: "Zhang, Fan" <fanzhang.oss@gmail.com>,
	David Marchand <david.marchand@redhat.com>,
	 "dev@dpdk.org" <dev@dpdk.org>,
	"stable@dpdk.org" <stable@dpdk.org>,
	 Kiran Kumar Kokkilagadda <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	 Satha Koteswara Rao Kottidi <skoteshwar@marvell.com>,
	Vidya Sagar Velumuri <vvelumuri@marvell.com>
Subject: Re: [EXT] Re: [PATCH] net/cnxk: fix deadlock in security session creation
Date: Wed, 11 Jan 2023 16:14:05 +0530	[thread overview]
Message-ID: <CALBAE1Nau=rjSztukPpms2LF4X5YN76v1eGcJ59OJ4SOAsVVUA@mail.gmail.com> (raw)
In-Reply-To: <MW2PR18MB21718214B69C55D0FC23E203AFFA9@MW2PR18MB2171.namprd18.prod.outlook.com>

On Thu, Jan 5, 2023 at 8:22 PM Nithin Kumar Dabilpuram
<ndabilpuram@marvell.com> wrote:
>
>
> > -----Original Message-----
> > From: Zhang, Fan <fanzhang.oss@gmail.com>
> > Sent: Thursday, January 5, 2023 7:35 PM
> > To: David Marchand <david.marchand@redhat.com>; dev@dpdk.org
> > Cc: stable@dpdk.org; Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>; Kiran Kumar
> > Kokkilagadda <kirankumark@marvell.com>; Sunil Kumar Kori <skori@marvell.com>; Satha
> > Koteswara Rao Kottidi <skoteshwar@marvell.com>; Vidya Sagar Velumuri
> > <vvelumuri@marvell.com>
> > 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: stable@dpdk.org
> > >
> > > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > > ---
> > >   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 <fanzhang.oss@gmail.com>
>
> Acked-by: Nithin Dabilpuram <ndabilpuram@marvell.com>

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

      reply	other threads:[~2023-01-11 10:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05 13:57 David Marchand
2023-01-05 14:04 ` Zhang, Fan
2023-01-05 14:52   ` [EXT] " Nithin Kumar Dabilpuram
2023-01-11 10:44     ` Jerin Jacob [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALBAE1Nau=rjSztukPpms2LF4X5YN76v1eGcJ59OJ4SOAsVVUA@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    --cc=stable@dpdk.org \
    --cc=vvelumuri@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).