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 7DA43A034F; Tue, 9 Nov 2021 16:55:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6BC3B410E0; Tue, 9 Nov 2021 16:55:04 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id BA56940E03 for ; Tue, 9 Nov 2021 16:55:03 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1A9DYJt2013792; Tue, 9 Nov 2021 07:55:00 -0800 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=Lg2gsIAtXuMn/Cct6FiRJKoVNojFM18FYpB+iBMZB50=; b=exps966IAkOWvNd3WmFu22/be4pOUCvl7IDI6kYC+UFz1ZhLy6HkvCcp2HE4s58nS/AZ 36oT2LYXL1RCjhgjpSKXmQ0cypffJ8dZIT7M6vsUtnmplpjFACavM0jCCrHPmUZ5cbPu frfsVzbiFOSWkQmIz35Xlhp7kIOH678JByFXf8qN/al/Bsn0B2CdjF8el+G5vOORj3lV 8uTZjUiueo/p1a/gQoXUxmoT11ixtStOOj/H5VSCpEXsp6PfLYfikQdlsiNqJCZKUCdI dngWn4G+EFb4zD36IAubrk8Da1NMLuQ73lmiN21Tku4REDWnft+8mzBcvwCpPMImlHVH WA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3c7gvg33f0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 09 Nov 2021 07:55:00 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Tue, 9 Nov 2021 07:54:58 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Tue, 9 Nov 2021 07:54:58 -0800 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 3FF5C3F7040; Tue, 9 Nov 2021 07:54:55 -0800 (PST) From: To: Ray Kinsella CC: , , , , , , , , , , Jerin Jacob Date: Tue, 9 Nov 2021 21:21:32 +0530 Message-ID: <20211109155132.3515275-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: wi2Iajt5JMk5Dg_Hy35jLvmPEZdhgY0o X-Proofpoint-ORIG-GUID: wi2Iajt5JMk5Dg_Hy35jLvmPEZdhgY0o 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-09_04,2021-11-08_02,2020-04-07_01 Subject: [dpdk-dev] [PATCH] doc: deprecation notice to remove octeontx2 drivers 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 In the view of enabling unified driver for octeontx2(cn9k)/ octeontx3(cn10k), removing drivers/octeontx2 drivers and replace with drivers/cnxk/ which supports both octeontx2(cn9k) and octeontx3(cn10k) SoCs. This deprecation notice is to do following actions in DPDK v22.02 version. - Replace drivers/common/octeontx2/ with drivers/common/cnxk/ - Replace drivers/mempool/octeontx2/ with drivers/mempool/cnxk/ - Replace drivers/net/octeontx2/ with drivers/net/cnxk/ - Replace drivers/event/octeontx2/ with drivers/event/cnxk/ - Replace drivers/crypto/octeontx2/ with drivers/crypto/cnxk/ - Rename drivers/regex/octeontx2/ as drivers/regex/cn9k/ - Rename config/arm/arm64_octeontx2_linux_gcc as config/arm/arm64_cn9k_linux_gcc Last two actions are to align naming convention as cnxk scheme. Signed-off-by: Jerin Jacob --- doc/guides/rel_notes/deprecation.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6d087c64ef..e730d3e57e 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -119,3 +119,20 @@ 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 + +* drivers/octeontx2: remove octeontx2 drivers + + In the view of enabling unified driver for ``octeontx2(cn9k)``/``octeontx3(cn10k)``, + removing ``drivers/octeontx2`` drivers and replace with ``drivers/cnxk/`` which + supports both ``octeontx2(cn9k)`` and ``octeontx3(cn10k)`` SoCs. + This deprecation notice is to do following actions in DPDK v22.02 version. + + #. Replace ``drivers/common/octeontx2/`` with ``drivers/common/cnxk/`` + #. Replace ``drivers/mempool/octeontx2/`` with ``drivers/mempool/cnxk/`` + #. Replace ``drivers/net/octeontx2/`` with ``drivers/net/cnxk/`` + #. Replace ``drivers/event/octeontx2/`` with ``drivers/event/cnxk/`` + #. Replace ``drivers/crypto/octeontx2/`` with ``drivers/crypto/cnxk/`` + #. Rename ``drivers/regex/octeontx2/`` as ``drivers/regex/cn9k/`` + #. Rename ``config/arm/arm64_octeontx2_linux_gcc`` as ``config/arm/arm64_cn9k_linux_gcc`` + + Last two actions are to align naming convention as cnxk scheme. -- 2.33.1