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 BDDB0A0C4E; Tue, 2 Nov 2021 16:53:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3EE24113F; Tue, 2 Nov 2021 16:53:12 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 36B2041139 for ; Tue, 2 Nov 2021 16:53:11 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1A2EliYR012460; Tue, 2 Nov 2021 08:53:08 -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=dsB847zh5TuIIekOybYzrcfLvecCXrGDHgJVwMiqslQ=; b=Nd9QygmHES3+6ssUhGdbfULbeh5vYYoShJka3J0BdrNCWli7NSPxV+8qwp6OICvoXIS2 +gQdF4IEhkd2jAwNVNrrzsyQ5LneLkd0+TozqrTQZs4W7vNlcLaczEb97Tu2bH57QAh7 4S7S6Aj2g6ZDMm69hbrcWRGrWL3xTGztAyWxq8hOPSGB1v1v81x1sb25BgdK5KCiAVxJ W2MZKGcGegySBisw7mnvaXGHSvqfHKv8bKmjQM0S1VCMmcSsdRIypkIUWn4bLQ5mhE10 UUVNNN42/5kFZmZ6qTZSLoBp9PtcCxWG4J8VXa9gg10GrlVOew4gFa1Rz4dQVGa8949y ww== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3c2ycvavwa-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 02 Nov 2021 08:53:08 -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.18; Tue, 2 Nov 2021 08:53:06 -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.18 via Frontend Transport; Tue, 2 Nov 2021 08:53:06 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 4B35B5B6932; Tue, 2 Nov 2021 08:52:58 -0700 (PDT) From: To: , Ray Kinsella , Jerin Jacob , Jay Jayatheerthan , "Pavan Nikhilesh" , Harman Kalra , Abhinandan Gujjar , Shijith Thotton CC: , Date: Tue, 2 Nov 2021 21:19:56 +0530 Message-ID: <20211102154956.1443591-1-jerinj@marvell.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: kKsVjkBe_Dnb_c1m8yULbN2mBve9F2Be X-Proofpoint-ORIG-GUID: kKsVjkBe_Dnb_c1m8yULbN2mBve9F2Be X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-02_08,2021-11-02_01,2020-04-07_01 Subject: [dpdk-dev] [PATCH] doc: remove deprecation notices for eventdev 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" From: Jerin Jacob All deprecation notice targeted for v21.11 of eventdev has been committed in the following commits, remove deprecation notices. Fixes: 3c838062b91 ("eventdev: introduce event vector Rx capability") Fixes: 929ebdd5430 ("eventdev/eth_rx: simplify event vector config") Fixes: 295c053f90f ("eventdev: hide event device related structures") Fixes: dd451ad1520 ("doc: remove event crypto metadata deprecation note") Signed-off-by: Jerin Jacob --- doc/guides/rel_notes/deprecation.rst | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4366015b01..b0ffc3be08 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -131,32 +131,6 @@ Deprecation Notices pointer for the private data to the application which can be attached to the packet while enqueuing. -* eventdev: The file ``rte_eventdev_pmd.h`` will be renamed to ``eventdev_driver.h`` - to make the driver interface as internal and the structures ``rte_eventdev_data``, - ``rte_eventdev`` and ``rte_eventdevs`` will be moved to a new file named - ``rte_eventdev_core.h`` in DPDK 21.11. - The ``rte_`` prefix for internal structures and functions will be removed across the - library. - The experimental eventdev trace APIs and ``rte_event_vector_pool_create``, - ``rte_event_eth_rx_adapter_vector_limits_get`` will be promoted to stable. - An 8-byte reserved field will be added to the structure ``rte_event_timer`` to - support future extensions. - -* eventdev: The structure ``rte_event_eth_rx_adapter_queue_conf`` will be - extended to include ``rte_event_eth_rx_adapter_event_vector_config`` elements - and the function ``rte_event_eth_rx_adapter_queue_event_vector_config`` will - be removed in DPDK 21.11. - - An application can enable event vectorization by passing the desired vector - values to the function ``rte_event_eth_rx_adapter_queue_add`` using - the structure ``rte_event_eth_rx_adapter_queue_add``. - -* eventdev: Reserved bytes of ``rte_event_crypto_request`` is a space holder - for ``response_info``. Both should be decoupled for better clarity in - DPDK 21.11. - New space for ``response_info`` can be made by changing - ``rte_event_crypto_metadata`` type to structure from union. - * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. -- 2.33.1