From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B4790A04DD for ; Wed, 28 Oct 2020 10:52:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66995C8E4; Wed, 28 Oct 2020 10:52:35 +0100 (CET) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 6CECDC8E4 for ; Wed, 28 Oct 2020 10:52:33 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id w1so4974126wrm.4 for ; Wed, 28 Oct 2020 02:52:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=Ofc4tGnj+zjCtrK8ZFyE79u2lT8m7L65nnO8MIBqJ3c=; b=sfBVVOF+Me1Q/rPzvgW6RkQsH2Rd55fjjIaIRnM477NzRC2+H6tJqZMLMaOz+isGR1 QCVayYtAjgLLDJkZkTZnhMYIqZj6iv4mdTeWPdQl+BAebFhvCw9HBBCYIi+RhBvno5pr DbppwYCg8Gjats4yym1g4GLwi64YSIIpzk/R3S+/2yA5JMKUrK0y1i5Ux8+6xQtdb+qq FZ18/yPv1a4UL1iRuJHGhIFWUi75/xXV3Mb1Fb2yPJGIDDEQWYpv3XnfTYg8jOK3rorv qt62lnjZKFCVzDmriHPbYeaJFF9ueMPz6jubK4vjYTLOxzTrV2gmTIXiR12tcolxDpTM VaNw== X-Gm-Message-State: AOAM531GW+dmHk0qkz+StyAzdp1NgraD/yjQQ4SarE3xfiz7WMxjskpG CSAy8EaK62m43T5rMyiq8XU= X-Google-Smtp-Source: ABdhPJzz22kOod00lpW5WjDirh0n+Sff3AZRc40THWGh0Ri/9ZYKz0Nix731prAwH25w1gnCpZ/6AQ== X-Received: by 2002:adf:e38f:: with SMTP id e15mr7856621wrm.294.1603878752129; Wed, 28 Oct 2020 02:52:32 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id e3sm2565466wrn.32.2020.10.28.02.52.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Oct 2020 02:52:31 -0700 (PDT) Message-ID: From: Luca Boccassi To: Ankur Dwivedi , "stable@dpdk.org" Cc: Narayana Prasad Raju Athreya , Anoob Joseph Date: Wed, 28 Oct 2020 09:52:30 +0000 In-Reply-To: References: <20201022055721.3267-1-adwivedi@marvell.com> <4c3d1bbba30e463bd47cd608fd8a8c1ec11b3a50.camel@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [EXT] Re: [PATCH 19.11] crypto/octeontx2: fix for multi process X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, 2020-10-28 at 06:52 +0000, Ankur Dwivedi wrote: > Hi Luca, >=20 > Please see my reply inline. >=20 > Regards, > Ankur >=20 > > -----Original Message----- > > From: Luca Boccassi > > Sent: Tuesday, October 27, 2020 8:47 PM > > To: Ankur Dwivedi ; stable@dpdk.org > > Cc: Narayana Prasad Raju Athreya ; Anoob Joseph > > > > Subject: [EXT] Re: [dpdk-stable] [PATCH 19.11] crypto/octeontx2: fix fo= r multi > > process > >=20 > > External Email > >=20 > > ---------------------------------------------------------------------- > > On Thu, 2020-10-22 at 11:27 +0530, Ankur Dwivedi wrote: > > > During crypto device probe few functions should be called only for th= e > > > primary process. This patch fixes this issue. > > >=20 > > > Fixes: 818d138bcce9 ("crypto/octeontx2: add init sequence in probe") > > >=20 > > > Signed-off-by: Ankur Dwivedi > > > Reviewed-by: Narayana Prasad Raju Athreya > > > Reviewed-by: Anoob Joseph > > > --- > > > drivers/crypto/octeontx2/otx2_cryptodev.c | 46 +++++++++++------= -- > > > drivers/crypto/octeontx2/otx2_cryptodev.h | 2 + > > > drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 13 ++++-- > > > 3 files changed, 38 insertions(+), 23 deletions(-) > >=20 > > Hi, > >=20 > > I do not see this patch on main. Does it only apply to 19.11? > >=20 > Yes this patch applies only to 19.11.=20 > For 20.11 I have submitted a separate patch. It is Under Review.=20 > The following is the link to patch on 20.11: > http://patches.dpdk.org/patch/81737/ Once the mainline patch has been reviewed and merged, please send a reminder and I'll merge this. --=20 Kind regards, Luca Boccassi