Skip to content

Commit

Permalink
maintainers: assign meson.build for drivers with subtrees
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
david-marchand authored and tmonjalo committed Sep 1, 2023
1 parent 3d65876 commit 799d56f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,8 @@ F: drivers/bus/vmbus/

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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]>
Expand Down Expand Up @@ -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 <[email protected]>
Expand All @@ -1313,8 +1316,8 @@ F: doc/guides/vdpadevs/features/sfc.ini

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]>
Expand Down Expand Up @@ -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 <[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
Expand All @@ -1391,15 +1395,13 @@ 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

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
Expand Down

0 comments on commit 799d56f

Please sign in to comment.