From patchwork Fri Sep 1 12:03:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 131086 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 8EA9442220; Fri, 1 Sep 2023 14:03:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20B8740299; Fri, 1 Sep 2023 14:03:37 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 453BF4014F for ; Fri, 1 Sep 2023 14:03:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693569814; 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; bh=1zGsdadFa1F8ePy2I0QKus3OtVsNs0LgDSOKXuwT5H4=; b=A4OeJYGgdYLf+AdbAqzYuFaWn2MPEwrL2OnMHYrnD2OfTjOieqO7LF2auvl73HD2v/RxUC /Vo0g64x7RV0ZLxXebGc2VyvUumEr4il85fR31RefZk28+tcSKRIAhEHjwJBjCg7gXQTaJ J1IrJ0X1nD4V3+TrB/QS1WThWD+65uw= 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-175-wodOT45NMrWaEqVqc7jizw-1; Fri, 01 Sep 2023 08:03:31 -0400 X-MC-Unique: wodOT45NMrWaEqVqc7jizw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 32089924762; Fri, 1 Sep 2023 12:03:31 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.226.145]) by smtp.corp.redhat.com (Postfix) with ESMTP id D80A3D47819; Fri, 1 Sep 2023 12:03:29 +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] maintainers: assign meson.build for drivers with subtrees Date: Fri, 1 Sep 2023 14:03:26 +0200 Message-ID: <20230901120326.706835-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 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. Signed-off-by: David Marchand --- MAINTAINERS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a926155f26..598edadc42 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -611,6 +611,7 @@ 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 +1058,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 +1195,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 +1293,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 @@ -1315,6 +1319,7 @@ 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 +1374,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 +1397,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 +1404,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