[PATCH] vhost: remove dependency on PCI library
David Marchand
david.marchand at redhat.com
Mon Aug 31 09:41:59 CEST 2026
Since the async datapath code switched to dmadev, there is no reason to
depend on the pci library.
Fixes: 53d3f4778c1d ("vhost: integrate dmadev in asynchronous data-path")
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
lib/vhost/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/vhost/meson.build b/lib/vhost/meson.build
index 6a24981d10..64698182cd 100644
--- a/lib/vhost/meson.build
+++ b/lib/vhost/meson.build
@@ -44,4 +44,4 @@ headers = files(
driver_sdk_headers = files(
'vdpa_driver.h',
)
-deps += ['ethdev', 'cryptodev', 'hash', 'pci', 'dmadev']
+deps += ['ethdev', 'cryptodev', 'hash', 'dmadev']
--
2.54.0
More information about the dev
mailing list