From patchwork Fri Mar 26 09:18:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anoob Joseph X-Patchwork-Id: 89909 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 828D5A0A02; Fri, 26 Mar 2021 10:19:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1489E40685; Fri, 26 Mar 2021 10:19:01 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id D5E964067B for ; Fri, 26 Mar 2021 10:18:58 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 12Q99tbq012897 for ; Fri, 26 Mar 2021 02:18:58 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=lkd5ZhW/23UrnygTUeVNzjz4fzX/Fzzd6LeDlCT2rmg=; b=MmoCB9oLqR7lu5DsTlBFDSqEbgh+yxVQqpgNxQtkFjmiC+byrLWILyj47WMqKhGyhI07 r8c2Y7sewubEHPg+C36IJ9OTkeDX8iri3rLe43Q9MNoFzkTmmLz8bzYLUeFXqzm9Qs9q psL43ZkW/IhxHpLbRvAG10QvZe7SIG1teD90Lr9XDQUwDTkenqe23HyUQSY8XEnDJrwU JiNEZzNmxcubdKBQZmTBi22313Nr/DBTpONOlSt5bF5yyi6x4z7KSXm+Pom6sMK3zdot sYU1D3QgdxbqX4MSFMEnVfsKrnfIB5sr7ZhhdzKfm76ME2iyIBjsNzUOrAU6mE+yROAC PQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com with ESMTP id 37h11jj1sg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 26 Mar 2021 02:18:57 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 26 Mar 2021 02:18:56 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 26 Mar 2021 02:18:35 -0700 Received: from HY-LT1002.marvell.com (unknown [10.193.95.162]) by maili.marvell.com (Postfix) with ESMTP id CF4603F703F; Fri, 26 Mar 2021 02:18:32 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal CC: Anoob Joseph , Jerin Jacob , "Ankur Dwivedi" , Tejasree Kondoj , Date: Fri, 26 Mar 2021 14:48:07 +0530 Message-ID: <1616750287-9457-1-git-send-email-anoobj@marvell.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Proofpoint-GUID: pEJADK-UovIjcZIVUaaKc191H79tPabO X-Proofpoint-ORIG-GUID: pEJADK-UovIjcZIVUaaKc191H79tPabO X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369, 18.0.761 definitions=2021-03-26_02:2021-03-26, 2021-03-26 signatures=0 Subject: [dpdk-dev] [PATCH] doc: update limitations of OCTEON TX crypto PMDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update known limitations of OCTEON TX crypto PMDs. Signed-off-by: Anoob Joseph --- doc/guides/cryptodevs/octeontx.rst | 6 ++++++ doc/guides/cryptodevs/octeontx2.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/guides/cryptodevs/octeontx.rst b/doc/guides/cryptodevs/octeontx.rst index a39f3f3..21ddd57 100644 --- a/doc/guides/cryptodevs/octeontx.rst +++ b/doc/guides/cryptodevs/octeontx.rst @@ -135,3 +135,9 @@ application: ./dpdk-test RTE>>cryptodev_octeontx_asym_autotest + +Limitations +----------- + +Multiple lcores may not operate on the same crypto queue pair. The lcore that +enqueues to a queueu pair is the one that must dequeue from it. diff --git a/doc/guides/cryptodevs/octeontx2.rst b/doc/guides/cryptodevs/octeontx2.rst index d312eeb..8c7df06 100644 --- a/doc/guides/cryptodevs/octeontx2.rst +++ b/doc/guides/cryptodevs/octeontx2.rst @@ -184,3 +184,9 @@ Features supported * AES-128/192/256-GCM * AES-128/192/256-CBC-SHA1-HMAC * AES-128/192/256-CBC-SHA256-128-HMAC + +Limitations +----------- + +Multiple lcores may not operate on the same crypto queue pair. The lcore that +enqueues to a queue pair is the one that must dequeue from it.