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 2511D45700; Wed, 31 Jul 2024 13:25:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 15FA04275B; Wed, 31 Jul 2024 13:25:04 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 30F5F4066F for ; Wed, 31 Jul 2024 13:20:54 +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 46V4eP4K025532; Wed, 31 Jul 2024 04:20:49 -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=UEVOt/wtaQNL3P5kr4V9Kil QWBducjWMqM67wFXR/7w=; b=URi0ATUBfP0SkV9O5wK7AFPoBIEIt8RXQoYaPEP SRZk/HJ0Bodeu9czlRpOvFmBSjHKAmsaeCKzysltJ1VKsWxqkX6Wc7vhb7tjynRe 7UlJVTFmFahj4EkT2Tj2e8e+NkR/zOhjBC/SazxrHm5859qKBQIN6ZHHn30EvfO0 +/gTjL3HbKhDpRmbY4b63B5MbW0MbZqVd6pQVUzwemUm4CkLSrAXRZffTv3uB30q ZWVmecckG9x6S2SUDjkEDtCZ+unVeBjoMz9FeuRziPHPltipOSphFw3EoEdb9/HG Lr9r+BFuBThccZ/o9bDPOpKzhNHZWY96a3b4W941gQaiISA== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 40qeeusfy5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 04:20:49 -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; Wed, 31 Jul 2024 04:20:48 -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; Wed, 31 Jul 2024 04:20:48 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id 510E55C68E5; Wed, 31 Jul 2024 04:20:42 -0700 (PDT) From: Akhil Goyal To: CC: , , , , , , , , , , , , , , , , , , , Akhil Goyal Subject: [PATCH] doc: announce change in crypto queue setup Date: Wed, 31 Jul 2024 16:50:37 +0530 Message-ID: <20240731112037.1440890-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: F4zOFBU7jsSohgIbYzjGlr2xF3dPJBbj X-Proofpoint-ORIG-GUID: F4zOFBU7jsSohgIbYzjGlr2xF3dPJBbj 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-31_08,2024-07-30_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 Certain hardware crypto PMDs may support setting up of priority to a queue pair. Hence a new parameter for priority will be added in struct rte_cryptodev_qp_conf. Signed-off-by: Akhil Goyal --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6948641ff6..4d114cec3e 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -125,6 +125,9 @@ Deprecation Notices This will effect the KASUMI, SNOW3G, ZUC, AESNI GCM, AESNI MB and CHACHAPOLY SW PMDs. +* cryptodev: The structure ``rte_cryptodev_qp_conf`` will be updated to have + a new parameter to set priority of that particular queue pair. + * eventdev: The single-event (non-burst) enqueue and dequeue operations, used by static inline burst enqueue and dequeue functions in ``rte_eventdev.h``, will be removed in DPDK 23.11. -- 2.25.1