On Tue, Sep 01, 2026 at 09:00:24AM +0200, David Marchand wrote:
> 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 <[email protected]>
> ---
> Changes since v1:
> - fixed "internal" dependencies of examples,
>
> ---
> examples/vdpa/meson.build | 1 +
> examples/vhost/meson.build | 1 +
> lib/vhost/meson.build | 2 +-
> 3 files changed, 3 insertions(+), 1 deletion(-)
>
No objection to this patch, but rather than changing this now, would we not
be better just waiting to see what happens with the sync datapath itself?
If it gets removed from vhost lib, then a larger cleanup is likely which
should encompass these changes and more.