From patchwork Thu Mar 17 22:47:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 108773 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 0189FA0093; Thu, 17 Mar 2022 23:47:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDDD34114F; Thu, 17 Mar 2022 23:47:38 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 2B8B140E28 for ; Thu, 17 Mar 2022 23:47:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647557256; x=1679093256; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=oMS+lNWA3iDCfonA8bh7V01k+g6TvRPEUSsd2U9z3XE=; b=TohWxQAtcmgpfUiCjDjZSDazUwRJj4v59BpFiUSaSKh2M3K0DXTPL/d4 kKstKukAqc65wPkXvWFnZ/WZ5nH8lPZrIx0gS+vvOiVLD4uDSpNViZ1+F sRy7lgADF83YelhmSHvo7du/jUVHLxqhtl4GFLLRnHCmsr7Cal0m93V3p YV8WdNYBBCcNmsTyVbULxgdrrVJBQEUya8ZrqsLPRhErPTA1cEeU5Jqsp t9a3bVG9nBSDr0MQnWZzd7u26i3oGyxnjYnCZRZGiG5XiNgCwvWjIy4PQ BGS8royodBRbODE0Z82RFXFEGPMC5wKJhjoffsx7APJTVS2FwCuFnm2hQ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10289"; a="237614068" X-IronPort-AV: E=Sophos;i="5.90,190,1643702400"; d="scan'208";a="237614068" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2022 15:47:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,190,1643702400"; d="scan'208";a="541572123" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga007.jf.intel.com with ESMTP; 17 Mar 2022 15:47:31 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com, trix@redhat.com Cc: thomas@monjalon.net, hemant.agrawal@nxp.com, mingshan.zhang@intel.com, david.marchand@redhat.com, Nicolas Chautru Subject: [PATCH v2] maintainers: add explicit maintainer for some bbdev PMDs Date: Thu, 17 Mar 2022 15:47:14 -0700 Message-Id: <1647557234-37592-2-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1647557234-37592-1-git-send-email-nicolas.chautru@intel.com> References: <1647557234-37592-1-git-send-email-nicolas.chautru@intel.com> 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 These were implicit from DPDK script but adding separate reference to make it explicit. Separate sections for API and PMDs Signed-off-by: Nicolas Chautru --- MAINTAINERS | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fdea1c6..45b30e5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -421,8 +421,7 @@ M: Nicolas Chautru T: git://dpdk.org/next/dpdk-next-crypto F: lib/bbdev/ F: doc/guides/prog_guide/bbdev.rst -F: drivers/baseband/ -F: doc/guides/bbdevs/ +F: doc/guides/bbdevs/features/default.ini F: app/test-bbdev/ F: doc/guides/tools/testbbdev.rst F: examples/bbdev_app/ @@ -1299,11 +1298,36 @@ F: doc/guides/eventdevs/opdl.rst Baseband Drivers ---------------- +Intel PMDs +M: Nicolas Chautru +T: git://dpdk.org/next/dpdk-next-crypto +F: drivers/baseband/turbo_sw/ +F: drivers/baseband/fpga_lte_fec/ +F: drivers/baseband/fpga_5gnr_fec/ +F: drivers/baseband/acc100/ +F: doc/guides/bbdevs/turbo_sw.rst +F: doc/guides/bbdevs/fpga_lte_fec.rst +F: doc/guides/bbdevs/fpga_5gnr_fec.rst +F: doc/guides/bbdevs/acc100.rst +F: doc/guides/bbdevs/features/turbo_sw.ini +F: doc/guides/bbdevs/features/fpga_lte_fec.ini +F: doc/guides/bbdevs/features/fpga_5gnr_fec.ini +F: doc/guides/bbdevs/features/acc100.ini + +Null bbdev PMD +M: Nicolas Chautru +T: git://dpdk.org/next/dpdk-next-crypto +F: drivers/baseband/null/ +F: doc/guides/bbdevs/null.rst +F: doc/guides/bbdevs/features/null.ini + NXP LA12xx M: Nipun Gupta M: Hemant Agrawal +T: git://dpdk.org/next/dpdk-next-crypto F: drivers/baseband/la12xx/ F: doc/guides/bbdevs/la12xx.rst +F: doc/guides/bbdevs/features/la12xx.ini GPU Drivers