From patchwork Fri Sep 1 12:41:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 131095 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 5955842220; Fri, 1 Sep 2023 14:41:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 52A2840285; Fri, 1 Sep 2023 14:41:27 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 57F844014F for ; Fri, 1 Sep 2023 14:41:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693572084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PuOWYTvxh0rySO2ej91oX9a3L38SN9guNbuHvqKbKOA=; b=YjFf5NsP1qS7hQ5axkZrTxKUd0TIi/XzOyyP2dXnbuGrdyY6ju3/1mq4+dm3q8eb4GjE2L xTJOk8W8ou8eYDE6fx2bghuKtBgOWu1dyyJoC0L3sLM9plyoUsXeZZ4aUt2k8z3U3C+zMO SkuK2QNXRKEfh5W7zH7NFoc6eUFX8Go= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-520-lfdA-DfkMzKsuSLQMWuEzg-1; Fri, 01 Sep 2023 08:41:21 -0400 X-MC-Unique: lfdA-DfkMzKsuSLQMWuEzg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 72269855710; Fri, 1 Sep 2023 12:41:21 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.226.145]) by smtp.corp.redhat.com (Postfix) with ESMTP id 32B4C2026D0E; Fri, 1 Sep 2023 12:41:20 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, ferruh.yigit@amd.com, gakhil@marvell.com, jerinj@marvell.com, maxime.coquelin@redhat.com Subject: [PATCH v2] maintainers: assign meson.build for drivers with subtrees Date: Fri, 1 Sep 2023 14:41:16 +0200 Message-ID: <20230901124116.711146-1-david.marchand@redhat.com> In-Reply-To: <20230901120326.706835-1-david.marchand@redhat.com> References: <20230901120326.706835-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.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 When a new (for example, net) driver gets submitted, the CI scripts can't determine which subtree (here, dpdk-next-net) this series is associated to because the MAINTAINERS update for the new driver is part of the series. Put meson.build of the drivers classes under the responsibility of subtree maintainers. While at it, cleanup redundant statements: - Ferruh or Jerin are maintainers of next-net / next-event but this information is already present at the top of the MAINTAINERS file, - the subtree for baseband drivers can be put at the start of the baseband section, Signed-off-by: David Marchand --- Changes since v1: - added some minor cleanup, --- MAINTAINERS | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a926155f26..f3e3dda872 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -609,8 +609,8 @@ F: drivers/bus/vmbus/ Networking Drivers ------------------ -M: Ferruh Yigit T: git://dpdk.org/next/dpdk-next-net +F: drivers/net/meson.build F: doc/guides/nics/features/default.ini Link bonding @@ -1057,6 +1057,7 @@ F: doc/guides/nics/features/memif.ini Crypto Drivers -------------- T: git://dpdk.org/next/dpdk-next-crypto +F: drivers/crypto/meson.build F: doc/guides/cryptodevs/features/default.ini AMD CCP Crypto @@ -1193,6 +1194,7 @@ F: doc/guides/cryptodevs/features/virtio.ini Compression Drivers ------------------- T: git://dpdk.org/next/dpdk-next-crypto +F: drivers/compress/meson.build Cavium OCTEON TX zipvf M: Ashish Gupta @@ -1290,6 +1292,7 @@ F: doc/guides/mldevs/cnxk.rst vDPA Drivers ------------ T: git://dpdk.org/next/dpdk-next-virtio +F: drivers/vdpa/meson.build Intel ifc M: Xiao Wang @@ -1313,8 +1316,8 @@ F: doc/guides/vdpadevs/features/sfc.ini Eventdev Drivers ---------------- -M: Jerin Jacob T: git://dpdk.org/next/dpdk-next-eventdev +F: drivers/event/meson.build Cavium OCTEON TX ssovf M: Jerin Jacob @@ -1369,10 +1372,11 @@ F: doc/guides/eventdevs/opdl.rst Baseband Drivers ---------------- +T: git://dpdk.org/next/dpdk-next-baseband +F: drivers/baseband/meson.build Intel baseband M: Nicolas Chautru -T: git://dpdk.org/next/dpdk-next-baseband F: drivers/baseband/turbo_sw/ F: doc/guides/bbdevs/turbo_sw.rst F: doc/guides/bbdevs/features/turbo_sw.ini @@ -1391,7 +1395,6 @@ F: doc/guides/bbdevs/features/vrb1.ini Null baseband M: Nicolas Chautru -T: git://dpdk.org/next/dpdk-next-baseband F: drivers/baseband/null/ F: doc/guides/bbdevs/null.rst F: doc/guides/bbdevs/features/null.ini @@ -1399,7 +1402,6 @@ F: doc/guides/bbdevs/features/null.ini NXP LA12xx M: Gagandeep Singh M: Hemant Agrawal -T: git://dpdk.org/next/dpdk-next-baseband F: drivers/baseband/la12xx/ F: doc/guides/bbdevs/la12xx.rst F: doc/guides/bbdevs/features/la12xx.ini