From patchwork Thu Jun 30 18:55:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Veerasenareddy Burru X-Patchwork-Id: 113601 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 F02C9A00C2; Fri, 1 Jul 2022 10:10:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E137C40A7B; Fri, 1 Jul 2022 10:10:36 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 2801340694 for ; Thu, 30 Jun 2022 20:57:40 +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 25UGo8j2025318; Thu, 30 Jun 2022 11:55:37 -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=ef1Dlntj12tgS6q8AwOkidQTZDT9r9y5aZ9Lmzh8cHQ=; b=X3Oe3rmmYud7t6TyE4L6TJpWJnHziybRU2S30T6qzFpgDNPR96ea0TsS0nfG3NKG6pvZ zjQJ+EmEsc1SsR8Fz5+KV5L1zG/IP2hkQJ0tYosDylfcJZ5O9dhdRhPdvoxEpY3KFgGk biKfIb1wCaqBI0WPpmGzOOjbxiG+GUBeJKGbqhvZcnJyuBs4nQno+kYiFj84dzSyJKx0 wQvkkGKcUO/odoDsqqhU73ScTT7MRV/LH36Pu108PsHnuxV8nQP0DgvLWzehmTpmQNWe 61VKrQ2GOcO0yWadgP3ITDH99u2MBbjX50KCsyxpN38zeBUdqNeIb6TXMss7t/Gmz7G/ JQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3h17nq2j39-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 30 Jun 2022 11:55:36 -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; Thu, 30 Jun 2022 11:55: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; Thu, 30 Jun 2022 11:55:35 -0700 Received: from sburla-PowerEdge-T630.caveonetworks.com (unknown [10.106.27.217]) by maili.marvell.com (Postfix) with ESMTP id DC0FB3F7067; Thu, 30 Jun 2022 11:55:34 -0700 (PDT) From: Veerasenareddy Burru To: Ray Kinsella CC: , Veerasenareddy Burru Subject: [PATCH] doc: announce rename of octeontx_ep driver Date: Thu, 30 Jun 2022 11:55:32 -0700 Message-ID: <20220630185532.29389-1-vburru@marvell.com> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-Proofpoint-GUID: lMjAbHu6XID2CKaTCsu1Hy-dDywTgwOh X-Proofpoint-ORIG-GUID: lMjAbHu6XID2CKaTCsu1Hy-dDywTgwOh 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-30_12,2022-06-28_01,2022-06-22_01 X-Mailman-Approved-At: Fri, 01 Jul 2022 10:10:35 +0200 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 To enable single unified driver to support current OcteonTx and future Octeon PCI endpoint NICs, octeontx_ep driver is renamed to octeon_ep to reflect common driver for all Octeon based PCI endpoint NICs. Signed-off-by: Veerasenareddy Burru Acked-by: Jerin Jacob --- doc/guides/rel_notes/deprecation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4e5b23c53d..d50e68aed4 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -125,3 +125,12 @@ 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/octeontx_ep: rename octeontx_ep drivers + + Current driver name "octeontx_ep" was to support OcteonTX line of products. + This is renamed to apply for all Octeon EP products: + OcteonTX + future Octeon chipsets. + This deprecation notice is to do following actions in DPDK v22.11 version. + + #. Rename ``drivers/net/octeontx_ep/`` to ``drivers/net/octeon_ep/``