From patchwork Wed Nov 3 17:50:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Harman Kalra X-Patchwork-Id: 103674 X-Patchwork-Delegate: david.marchand@redhat.com 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 E0AA2A0C47; Wed, 3 Nov 2021 18:51:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB85C40E0F; Wed, 3 Nov 2021 18:51:05 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 931DE40689 for ; Wed, 3 Nov 2021 18:51:04 +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 1A3DI4Sf012160; Wed, 3 Nov 2021 10:51:02 -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-type; s=pfpt0220; bh=IqmUxJu1DKsxm6LOMVL69czZySo/aknBwOMsF1Pk3Lg=; b=GJ4ME9DKfhMmTB6o87WXGjGbsQdWjeDQ/Q/PCTgyo3BMUXvkz/3b5PcFohgmMkGBr6zj kQY3pbzY/xRE4sdNnlcz675k83dZVZgZhT8RfxFZpE962p77Sy6tL3IsyfenFaH/+0Si M6eIBsogBppv88Y8F8wgd4kcaZPYGn9h04yAuvYcE6nK2U9aMCuvWWFzPBCRHLQ/RUdR KGvl29RNfFVO2hPk8L0Vw4x0JrDiwq3j7zj4GZPlcnUgOCc1otGHFZwOP45KZmVhkkEk XCyojB5KkIypIWXDmCiXnPF5QitVf1LmsY1JFYwFDCbSfbwPNgO8U65D3ZwAHPQGctUc Ug== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3c3dd8cw7r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 03 Nov 2021 10:51:02 -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; Wed, 3 Nov 2021 10:51:00 -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; Wed, 3 Nov 2021 10:50:59 -0700 Received: from localhost.marvell.com (unknown [10.29.52.211]) by maili.marvell.com (Postfix) with ESMTP id CBFFB5B695B; Wed, 3 Nov 2021 10:50:58 -0700 (PDT) From: Harman Kalra To: , Ray Kinsella CC: Harman Kalra Date: Wed, 3 Nov 2021 23:20:56 +0530 Message-ID: <20211103175056.36590-1-hkalra@marvell.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: SxoiZoB_3KOM3V3jsGdQ8BMzjEQn84lx X-Proofpoint-GUID: SxoiZoB_3KOM3V3jsGdQ8BMzjEQn84lx X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-03_06,2021-11-03_01,2020-04-07_01 Subject: [dpdk-dev] [PATCH] doc: remove deprecation notice for interrupt 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" Deprecation notice targeted for 21.11 has been committed with following as the first commit of the series. Fixes: b7c984291611 ("interrupts: add allocator and accessors") Signed-off-by: Harman Kalra Acked-by: David Marchand --- doc/guides/rel_notes/deprecation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4366015b01..0545245222 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -17,9 +17,6 @@ Deprecation Notices * eal: The function ``rte_eal_remote_launch`` will return new error codes after read or write error on the pipe, instead of calling ``rte_panic``. -* eal: Making ``struct rte_intr_handle`` internal to avoid any ABI breakages - in future. - * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does not allow for writing optimized code for all the CPU architectures supported in DPDK. DPDK has adopted the atomic operations from