From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0393045681; Mon, 22 Jul 2024 16:53:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E93C840685; Mon, 22 Jul 2024 16:53:48 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 6ADF2402A8 for ; Mon, 22 Jul 2024 16:53:47 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 46M7wp0P005324; Mon, 22 Jul 2024 07:53:40 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=pfpt0220; bh=CtRVhBTJKPpo2y+C9Zhn0pZ O5g57wc1qnUnStuVb7RQ=; b=i7MrcJgOs3Eyk1X3qJrQ2eDwdzocwadmNnCz0xX KMZZZuLxZcvo5m2kF0SvwfVl0ZGZspYzXmDjauTdb/WuEK0rvyAaw5zPc8e+qqbX a5/IKt4wbMZ6cIPlzo2WHrRKGkwHzunW9AHW5KJVhEdX5UM6LH4p2nj5EQ+LUdOt mjN8gwJRd0afnVPJ7GwAbCPwLlsRams4cICgX2PcyeDjyPSzm+Ck11cMtftm6Zdl 65Y4zYv0NFxcREYXZfkCZMxTjypFb/5sRhK8bEdtZKXpW034QX/Cb2WKDjFfILAv P3wZ+zXOo0RQZHKIp3g9OaRnv9uaf9HUf6gziQSTLqgb9uA== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 40hkgrs8kf-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 22 Jul 2024 07:53:40 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Mon, 22 Jul 2024 07:53:39 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Mon, 22 Jul 2024 07:53:39 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id C32893F7040; Mon, 22 Jul 2024 07:53:30 -0700 (PDT) From: Gowrishankar Muthukrishnan To: , , , , , , , , , , , , , , , , , , , , , , , , , CC: Anoob Joseph , , "Gowrishankar Muthukrishnan" Subject: [PATCH] doc: announce cryptodev change to support EDDSA Date: Mon, 22 Jul 2024 20:23:21 +0530 Message-ID: <20240722145324.1091-1-gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: wGyUKS84ANjwlwCGGQR2nw_yMkslAEUT X-Proofpoint-GUID: wGyUKS84ANjwlwCGGQR2nw_yMkslAEUT X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-07-22_10,2024-07-22_01,2024-05-17_01 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 Announce the additions in cryptodev ABI to support EDDSA algorithm. Signed-off-by: Gowrishankar Muthukrishnan -- RFC: https://patches.dpdk.org/project/dpdk/patch/0ae6a1afadac64050d80b0fd7712c4a6a8599e2c.1701273963.git.gmuthukrishn@marvell.com/ --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6948641ff6..fcbec965b1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -147,3 +147,7 @@ Deprecation Notices will be deprecated and subsequently removed in DPDK 24.11 release. Before this, the new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status. + +* cryptodev: The enum ``rte_crypto_asym_xform_type`` and struct ``rte_crypto_asym_op`` + will be extended to include new values to support EDDSA. This will break + ABI compatibility with existing applications that use these data types. -- 2.21.0