]> git.droids-corp.org - dpdk.git/commit
ci: remove redundant drivers enabling
authorThomas Monjalon <thomas@monjalon.net>
Sat, 26 Feb 2022 18:36:51 +0000 (19:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 1 Mar 2022 12:47:38 +0000 (13:47 +0100)
commite964f96e465c7b4c4b144fec6464dea8066ffb92
tree64009fc3646a0cd30fb88b156ee88354d23c513e
parent0f6bbf4e5b0904e2fd8740349a7380bfe78ead47
ci: remove redundant drivers enabling

No need to explicitly enable drivers bus/vdev and mempool/ring.

bus/vdev is always enabled since
commit 2e33309ebe03 ("config: enable/disable drivers in Arm builds")

mempool/ring is always enabled since
commit 81c2337e044d ("build: make ring mempool driver mandatory")

The driver net/null is kept to allow running test-null.sh.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
.ci/linux-build.sh
devtools/test-meson-builds.sh