From patchwork Mon Aug 22 09:10:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sathesh B Edara X-Patchwork-Id: 115326 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 4F3EEA00C2; Mon, 22 Aug 2022 11:10:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 01DA940DFD; Mon, 22 Aug 2022 11:10:18 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 7EDBA40694 for ; Mon, 22 Aug 2022 11:10:16 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 27M0UHsI025874 for ; Mon, 22 Aug 2022 02:10:15 -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=xxF7E/7lJc2bF/W3NoaxGf8hfCV6hHwIA7CABQyBOGg=; b=Ils8LwsqnW1VRxV5bYIECdq38Mn89hNWaTupWQ6DFxfQVNR0Jk9+Jf0e6BsKqrtY3AKv FvuJGzGpQYfkcZsQSXBS1OhseyRqJszDLBSulhIU/ruXmT9kmUeqc1FNWdERcsw71rDP zt9v2P1WUMJ6fjMZTZBt2UjkByGUMBVJMnIRJxDYIOKjBwcR8kJ4YUnLpFir7ag41ImN mFjZxzHyhKFac/WXUTtb+IYTd/CW1Bwgd6WNhG5nicth8xQltemqd5+a3vOgcFLFvGDQ AFepBWjpg0RzSJ5fRmD69uyCbyV923Kbx1fIhONlotynlM9kZ1W8y9ZrOeOQ+uvn1PZd DQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3j2x2x65ex-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 22 Aug 2022 02:10:15 -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; Mon, 22 Aug 2022 02:10:14 -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; Mon, 22 Aug 2022 02:10:14 -0700 Received: from setup-1.caveonetworks.com (unknown [10.106.27.161]) by maili.marvell.com (Postfix) with ESMTP id E80CE3F70CB; Mon, 22 Aug 2022 02:10:13 -0700 (PDT) From: Sathesh Edara To: , , CC: Subject: [PATCH v3 0/3] net/octeon_ep: rename driver and add features Date: Mon, 22 Aug 2022 02:10:01 -0700 Message-ID: <20220822091004.22510-1-sedara@marvell.com> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220727092134.141530-2-sedara@marvell.com> References: <20220727092134.141530-2-sedara@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: qBbFEJVOFEX4xG7qNrPQCZk_qviEzrnW X-Proofpoint-ORIG-GUID: qBbFEJVOFEX4xG7qNrPQCZk_qviEzrnW X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-22_04,2022-08-18_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 This patch set renames the net/octeontx_ep driver to net/octeon_ep and 2nd and 3rd patches add support for basic stats and link status. Changes in v3: - Updated commit messaage. - Updated deprecation.rst. Changes in v2: Added new features in the renamed driver. Sathesh Edara (3): net/octeontx_ep: rename as octeon_ep net/octeon_ep: support basic stats net/octeon_ep: support link status MAINTAINERS | 6 +- .../{octeontx_ep.ini => octeon_ep.ini} | 4 +- doc/guides/nics/index.rst | 2 +- .../nics/{octeontx_ep.rst => octeon_ep.rst} | 4 +- doc/guides/rel_notes/deprecation.rst | 5 -- drivers/net/meson.build | 2 +- .../{octeontx_ep => octeon_ep}/meson.build | 0 .../{octeontx_ep => octeon_ep}/otx2_ep_vf.c | 0 .../{octeontx_ep => octeon_ep}/otx2_ep_vf.h | 0 .../otx_ep_common.h | 0 .../otx_ep_ethdev.c | 69 +++++++++++++++++++ .../{octeontx_ep => octeon_ep}/otx_ep_rxtx.c | 0 .../{octeontx_ep => octeon_ep}/otx_ep_rxtx.h | 0 .../{octeontx_ep => octeon_ep}/otx_ep_vf.c | 0 .../{octeontx_ep => octeon_ep}/otx_ep_vf.h | 0 .../{octeontx_ep => octeon_ep}/version.map | 0 16 files changed, 79 insertions(+), 13 deletions(-) rename doc/guides/nics/features/{octeontx_ep.ini => octeon_ep.ini} (64%) rename doc/guides/nics/{octeontx_ep.rst => octeon_ep.rst} (87%) rename drivers/net/{octeontx_ep => octeon_ep}/meson.build (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx2_ep_vf.c (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx2_ep_vf.h (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_common.h (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_ethdev.c (86%) rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_rxtx.c (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_rxtx.h (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_vf.c (100%) rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_vf.h (100%) rename drivers/net/{octeontx_ep => octeon_ep}/version.map (100%)