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 44343A04DD for ; Fri, 23 Oct 2020 17:49:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 16D6D5ABB; Fri, 23 Oct 2020 17:49:06 +0200 (CEST) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 186DF5ABB for ; Fri, 23 Oct 2020 17:49:05 +0200 (CEST) Received: by mail-wm1-f66.google.com with SMTP id d78so2015122wmd.3 for ; Fri, 23 Oct 2020 08:49:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3JmyHxTYGZjAc0naoIWyFhXtoS/ezdaNG0FaPaTdv3A=; b=Nw5FPM5NPzxovZsVcu0OSArLWfExLGk85YzoqeDqMReOale8ILWfkd9GeCiOcfoCnH ZARAHqwV+izBbLSBecOX464p0RgVn5UqsaWNgoPiDsRUPmXzyizScsm1P5eYspURS5tr DCw4O159k0h25QHLclNKjXImeyV+3LBSSe9+ufbchgLO59D/Ovkj4xMzqi6f2KONF2PK mfoKOt2owTKhhSp3SyUgAdGHuCdbrMjXoBpYjrqBEl9cReE2t6yGhNzxc9ZyPu8Uawwb q6mPw8mid3mS05UmD34Zo2z0QtxOZz1dMkGxe6ocuwbsMB2531YT3ySwp3W2k4K9bpbL pavw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3JmyHxTYGZjAc0naoIWyFhXtoS/ezdaNG0FaPaTdv3A=; b=PAzGi/jPLVmySiHI84ucrhzYeAaQX8v/Yx3ZlxbKAQDGxDEjVX9koYC92MzOublkaQ otc5f8iiJZvbFy6zlxuOmjOgSlIWNpQFo90f1ibwYm2mpIaGkurfPXb78bRTC46Rq07i If2/+gGz0SZcyPvONMeHEmTVXRRqkLSTUQ3txZKXTsFT8mjrVbXzIP9Czj3I7NiB7elx npYyG4B/3x1y76unuLpjrZD+XnIt2/AqG5zEiuY1Wt5lK2/MtsgvRvMTpHvafHB2/Keo j0yhEA+Bm2Z5MDTyKJALxbfyJq4NYmu6bIxM1AIny2F7Qkbvj48I7/Xt8q+jj9uMZ16f rJOg== X-Gm-Message-State: AOAM530AtrJpMAu7ZppAQiKF9HX63yQ/greE1jygAx3X4QTC2V/DBJFD 1ZbDePyT5MmjKieWYyqiW0ON3A== X-Google-Smtp-Source: ABdhPJwmfydyBbLWvAX/BpOQsymwvpjUrRZbjX1St1P29UbbZJr/whcOXZxaYU6cWVNhb/Xb6SAAYw== X-Received: by 2002:a1c:a90e:: with SMTP id s14mr3069989wme.46.1603468143761; Fri, 23 Oct 2020 08:49:03 -0700 (PDT) Received: from arion.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id h7sm4221376wrt.45.2020.10.23.08.49.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Oct 2020 08:49:02 -0700 (PDT) From: Didier Pallard To: dev@dpdk.org Cc: stable@dpdk.org, Anoob Joseph , Srisivasubramanian S , Ankur Dwivedi , Murthy NSSR , Nithin Dabilpuram , Ragothaman Jayaraman Date: Fri, 23 Oct 2020 17:48:46 +0200 Message-Id: <20201023154846.27698-1-didier.pallard@6wind.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH] crypto/octeontx: fix crypto OOP support 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" Out of place with linear buffers is supported by octeontx while not advertised. Cc: stable@dpdk.org Fixes: 0dc1cffa4d33 ("crypto/octeontx: add hardware init routine") Signed-off-by: Didier Pallard --- drivers/crypto/octeontx/otx_cryptodev_ops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/octeontx/otx_cryptodev_ops.c b/drivers/crypto/octeontx/otx_cryptodev_ops.c index 14f22e3011a0..05d6dfff7c5a 100644 --- a/drivers/crypto/octeontx/otx_cryptodev_ops.c +++ b/drivers/crypto/octeontx/otx_cryptodev_ops.c @@ -985,6 +985,7 @@ otx_cpt_dev_create(struct rte_cryptodev *c_dev) RTE_CRYPTODEV_FF_HW_ACCELERATED | RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING | RTE_CRYPTODEV_FF_IN_PLACE_SGL | + RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT | RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT | RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT | RTE_CRYPTODEV_FF_SYM_SESSIONLESS; -- 2.20.1