DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vhost: remove dependency on PCI library
@ 2026-08-31  7:41 David Marchand
  2026-09-01  7:00 ` [PATCH v2] " David Marchand
  0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2026-08-31  7:41 UTC (permalink / raw)
  To: dev; +Cc: Maxime Coquelin, Chenbo Xia, Jiayu Hu, Sunil Pai G

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@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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-01  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31  7:41 [PATCH] vhost: remove dependency on PCI library David Marchand
2026-09-01  7:00 ` [PATCH v2] " David Marchand
2026-09-01  8:00   ` Bruce Richardson
2026-09-01  8:17     ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox