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 AB34BA04B5 for ; Tue, 27 Oct 2020 16:17:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A490266DA; Tue, 27 Oct 2020 16:17:30 +0100 (CET) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 4209466DA for ; Tue, 27 Oct 2020 16:17:30 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id t9so2314334wrq.11 for ; Tue, 27 Oct 2020 08:17:30 -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=1ny48wcxPOfQmHPtGZ0GSFCEoIXuSjMJCH6c4OQoIeA=; b=L6mgwtn77ZqyjdO8ky8y7IKcd0puy/KmNrrtCAKc23VtADhM5mS46H5zMcpslk7thn 4w+5sqSNAP8WAgHw9aLiwv4/Sbp7CEjK++IA3yTEwTW62yMDWyLHiMeeXSttntBgCwGp C8wGosJhnZ2knk7u4SYDcCEWuWIPeVPPUvF8dKwMaRRIn7K5HKwWFE2RXr6K9se2bIpO n6/YyzLQHjKB+/38HssZp7SotG7fR5ZgWx8A3v7JXLNxBUOBDfogvqFgA0SwpOXwh9hB 9qeRCEBYTKyz3JM7JxHRoHv2GB+tT3b56iCGcI2d1eUBPzopO3BVNI0ERVYnIVG4xkDs WupQ== X-Gm-Message-State: AOAM530m5kHaLL1ian2mBY4BN+ST85ey9i36mu7ER7qsmPguCfC/nHF2 ASiyx0CNu8nOaPdbOzcGnU7jYJOEJci+Cg== X-Google-Smtp-Source: ABdhPJwzzCPcIDdAWn+takib/I+ad2AaGi2BTRt1dBPq5S7EI4rgaW/m6J4rflvPBAmgrqPB0AAN8g== X-Received: by 2002:adf:f381:: with SMTP id m1mr3796659wro.347.1603811848885; Tue, 27 Oct 2020 08:17:28 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id w11sm2450779wrs.26.2020.10.27.08.17.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Oct 2020 08:17:27 -0700 (PDT) Message-ID: <4c3d1bbba30e463bd47cd608fd8a8c1ec11b3a50.camel@debian.org> From: Luca Boccassi To: Ankur Dwivedi , stable@dpdk.org Cc: Narayana Prasad Raju Athreya , Anoob Joseph Date: Tue, 27 Oct 2020 15:17:27 +0000 In-Reply-To: <20201022055721.3267-1-adwivedi@marvell.com> References: <20201022055721.3267-1-adwivedi@marvell.com> 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] [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 Thu, 2020-10-22 at 11:27 +0530, Ankur Dwivedi wrote: > During crypto device probe few functions should be called only > for the 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(-) Hi, I do not see this patch on main. Does it only apply to 19.11? --=20 Kind regards, Luca Boccassi