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 <[email protected]> --- 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 <[email protected]> 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 <[email protected]> @@ -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 <[email protected]> @@ -1315,6 +1319,7 @@ Eventdev Drivers ---------------- M: Jerin Jacob <[email protected]> T: git://dpdk.org/next/dpdk-next-eventdev +F: drivers/event/meson.build Cavium OCTEON TX ssovf M: Jerin Jacob <[email protected]> @@ -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 <[email protected]> -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 <[email protected]> -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 <[email protected]> M: Hemant Agrawal <[email protected]> -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 -- 2.41.0

