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 29E2645681; Mon, 22 Jul 2024 16:57:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 187B14067C; Mon, 22 Jul 2024 16:57:19 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id C82CF4067B for ; Mon, 22 Jul 2024 16:57:16 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 46M8FuTu003511; Mon, 22 Jul 2024 07:57:10 -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=OQ/kJ6i4pvPDDIcw4H0sc0F SdireyJ00bsU8ZhbgUuk=; b=iByzvDgoSHF/mUu+k3Obr7tX9VU7eIfjyaBCU7Z oVJbzNTbUSWEIQfiotT2kLdO4HTeT1p8+PDZve4pGBAv0KXiI0tn0fkvJ2110LTB h5H9T2n52Xm/pF4PzbUi5z42qet9ChdP64XLHTvvPTQhxvQUxjrtiyAS/0u8WX3R 3AP+8OmMzkiu2qzvXyco8q+IlLfhAEebSMHQsj98gWUUYHKTV1hhXYkUHPrATI5r McEA6Xzt2T5LA+ixva9qkRASbb77v8YsCkBuTy5p2++hN9Zym48mRQxs/fK9VZNo ERgkcmSCy8QzHI3+2K/KAvnjQZIt/7J85PmlzmPG2I4RvxQ== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 40hkrwh9ny-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 22 Jul 2024 07:57:09 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.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:56:57 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Mon, 22 Jul 2024 07:56:57 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id 1880F3F7040; Mon, 22 Jul 2024 07:56:48 -0700 (PDT) From: Gowrishankar Muthukrishnan To: , Anoob Joseph , , , , , , , , , , , , , , , , , , , , , , , , , , CC: Gowrishankar Muthukrishnan Subject: [PATCH] doc: announce vhost changes to support asymmetric operation Date: Mon, 22 Jul 2024 20:26:43 +0530 Message-ID: <20240722145646.1219-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: K34WqaPRt6GTXzaL-X6mxGxVQ3UYSy9Z X-Proofpoint-GUID: K34WqaPRt6GTXzaL-X6mxGxVQ3UYSy9Z 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 vhost ABI changes to modify few functions to support asymmetric crypto operation. Signed-off-by: Gowrishankar Muthukrishnan -- RFC: https://patches.dpdk.org/project/dpdk/patch/20230928095300.1353-4-gmuthukrishn@marvell.com/ --- doc/guides/rel_notes/deprecation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6948641ff6..2f5c2c5a34 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -147,3 +147,10 @@ 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. + +* vhost: The function ``rte_vhost_crypto_create`` will accept a new parameter + to specify rte_mempool for asymmetric crypto session. The function + ``rte_vhost_crypto_finalize_requests`` will accept two new parameters, + where the first one is to specify vhost device id and other one is to specify + the virtio queue index. These two modifications are required to support + asymmetric crypto operation in vhost crypto and will break ABI. -- 2.21.0