From patchwork Tue Jun 28 12:09:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volodymyr Fialko X-Patchwork-Id: 113500 X-Patchwork-Delegate: thomas@monjalon.net 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 0E1D4A0567; Tue, 28 Jun 2022 14:11:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9FBB940691; Tue, 28 Jun 2022 14:11:43 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 6577E400D7 for ; Tue, 28 Jun 2022 14:11:41 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25SAHl8C010979; Tue, 28 Jun 2022 05:09:38 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=wQjBJFb3+fvt79pRZR/7/r2IsIiJ/Yooc01P9vJr5yk=; b=gnhHrRAy16tUbi5ijXk62SkjLs3mAq+33y57P2OziVz220lwzq9zr2BGrD3Rlbwy9C7d G7zbfLWDSpanlyVj72lqDNogapUUXvROAkU6XblxpcwcMq4mKYJNL119iXzxtPAgaTP+ oLMoIhpXxf/X2DIMySTO9PcDimjIu69opPhFAJGbtdpYkjpi1ACNK7JGa8ffY6/zFREV pCJ3AX9ukeoAyERnV+y0MWQ0pHUut7NY7EqvlZ86tCNhvMhgriJcc90QgzxgCWygdtRD Gs85+VJvUjhzwuunj1+UDFIxK+ajSnOXU99st7HDNKnlKHKzDtM5x7QcamtgId4LkluT FQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3gx1vm3kk5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 28 Jun 2022 05:09:37 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Tue, 28 Jun 2022 05:09:35 -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; Tue, 28 Jun 2022 05:09:35 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id D12DE3F706C; Tue, 28 Jun 2022 05:09:33 -0700 (PDT) From: Volodymyr Fialko To: , Ray Kinsella CC: , , , Volodymyr Fialko Subject: [PATCH] doc: announce change in crypto adapter queue add Date: Tue, 28 Jun 2022 14:09:27 +0200 Message-ID: <20220628120927.1645242-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220622013839.405771-1-vfialko@marvell.com> References: <20220622013839.405771-1-vfialko@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: Yw0czlO6Gx6aRpnJounfyQp4RtpQNIEs X-Proofpoint-GUID: Yw0czlO6Gx6aRpnJounfyQp4RtpQNIEs X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-06-28_06,2022-06-28_01,2022-06-22_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 The function `rte_event_crypto_adapter_queue_pair_add` will accept `rte_event_crypto_adapter_queue_conf` argument instead of `rte_event`. Signed-off-by: Volodymyr Fialko Acked-by: Akhil Goyal Acked-by: Jerin Jacob Acked-by: Abhinandan Gujjar Acked-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4e5b23c53d..63a6459f17 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -125,3 +125,9 @@ Deprecation Notices applications should be updated to use the ``dmadev`` library instead, with the underlying HW-functionality being provided by the ``ioat`` or ``idxd`` dma drivers + +* eventdev: The function ``rte_event_crypto_adapter_queue_pair_add`` will + accept configuration of type ``rte_event_crypto_adapter_queue_conf`` instead + of ``rte_event``, similar to ``rte_event_eth_rx_adapter_queue_add`` signature. + Event will be one of the configuration fields, together with additional + vector parameters.