numam-dpdk/drivers/common
Juraj Linkeš 2e33309ebe config: enable/disable drivers in Arm builds
Add support for enabling or disabling drivers for Arm cross build. Do
not implement any enable/disable lists yet.

Enabling drivers is useful when building for an SoC where we only want
to build a few drivers. That way the list won't be too long.

Similarly, disabling drivers is useful when we want to disable only a
few drivers.

Both of these are advantageous mainly in aarch64 -> aarch64 (or arch ->
same arch) builds, where the build machine may have the required driver
dependencies, yet we don't want to build drivers for a specific SoC.

If enable_drivers is a non-empty list, build only those drivers,
otherwise build all drivers and add them to enable_drivers.  If
disable_drivers is non-empty list, build all drivers specified in
enable_drivers except those in disable_drivers.

There are two drivers, bus/pci and bus/vdev, which break the build if
not enabled. Address this by always enabling these if the user disables
them or doesn't specify in their allowlist.

Also remove the old Makefile arm configuration options which don't do
anything in Meson.

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2021-04-15 22:34:37 +02:00
..
cnxk common/cnxk: support RSS action in NPC rule 2021-04-09 08:32:24 +02:00
cpt common/iavf: build on Windows 2021-04-06 19:00:36 +02:00
dpaax bus/dpaa: fix build with musl 2021-03-23 08:41:05 +01:00
iavf common/iavf: build on Windows 2021-04-06 19:00:36 +02:00
mlx5 eal: make OS shims internal 2021-04-15 01:56:20 +02:00
mvep common/iavf: build on Windows 2021-04-06 19:00:36 +02:00
octeontx common/iavf: build on Windows 2021-04-06 19:00:36 +02:00
octeontx2 event/octeontx2: fix XAQ pool reconfigure 2021-04-12 09:23:34 +02:00
qat config: enable/disable drivers in Arm builds 2021-04-15 22:34:37 +02:00
sfc_efx common/sfc_efx: remove GENEVE from supported tunnels 2021-03-22 18:05:39 +01:00
meson.build common/iavf: build on Windows 2021-04-06 19:00:36 +02:00