DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: maxime.coquelin@redhat.com, dev@dpdk.org
Cc: bruce.richardson@intel.com, Chenbo Xia <chenbox@nvidia.com>,
	Adrian Moreno <amorenoz@redhat.com>
Subject: [PATCH v2 3/6] examples/vdpa: remove dependency on PCI library
Date: Fri,  4 Sep 2026 09:46:45 +0200	[thread overview]
Message-ID: <20260904074649.1979166-4-david.marchand@redhat.com> (raw)
In-Reply-To: <20260904074649.1979166-1-david.marchand@redhat.com>

This is some forgotten unneeded header include from a previous
refactoring.

Fixes: 38f8ab0bbc8d ("vhost: make vDPA framework bus agnostic")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 examples/vdpa/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/vdpa/main.c b/examples/vdpa/main.c
index ac6da79b05..79bfe7022a 100644
--- a/examples/vdpa/main.c
+++ b/examples/vdpa/main.c
@@ -13,7 +13,6 @@
 #include <rte_malloc.h>
 #include <rte_vhost.h>
 #include <rte_vdpa.h>
-#include <rte_pci.h>
 #include <rte_string_fns.h>
 
 #include <cmdline_socket.h>
-- 
2.54.0


  parent reply	other threads:[~2026-09-04  7:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-23 15:31 [RFC 0/3] Drop vhost async (DMA-accelerated) datapath David Marchand
2026-07-23 15:31 ` [RFC 1/3] examples: stop using vhost async datapath David Marchand
2026-08-25 11:39   ` David Marchand
2026-07-23 15:31 ` [RFC 2/3] vhost: refuse " David Marchand
2026-07-23 15:31 ` [RFC 3/3] vhost: drop " David Marchand
2026-08-18  9:10 ` [RFC 0/3] Drop vhost async (DMA-accelerated) datapath Maxime Coquelin
2026-08-26 14:02 ` [PATCH 0/5] " David Marchand
2026-08-26 14:02   ` [PATCH 1/5] vhost: decouple guest pages population from async datapath David Marchand
2026-08-26 14:02   ` [PATCH 2/5] examples/vhost: stop using " David Marchand
2026-08-26 14:02   ` [PATCH 3/5] vhost: drop " David Marchand
2026-08-26 14:02   ` [PATCH 4/5] vhost: rename packed layout helpers for batches David Marchand
2026-08-26 14:02   ` [PATCH 5/5] vhost: simplify some descriptor handling David Marchand
2026-09-04  7:46 ` [PATCH v2 0/6] Drop vhost async (DMA-accelerated) datapath David Marchand
2026-09-04  7:46   ` [PATCH v2 1/6] vhost: decouple guest pages population from async datapath David Marchand
2026-09-04  7:46   ` [PATCH v2 2/6] examples/vhost: stop using " David Marchand
2026-09-04  7:46   ` David Marchand [this message]
2026-09-04  7:46   ` [PATCH v2 4/6] vhost: drop " David Marchand
2026-09-04  7:46   ` [PATCH v2 5/6] vhost: rename packed layout helpers for batches David Marchand
2026-09-04  7:46   ` [PATCH v2 6/6] vhost: simplify some descriptor handling David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260904074649.1979166-4-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=amorenoz@redhat.com \
    --cc=bruce.richardson@intel.com \
    --cc=chenbox@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=maxime.coquelin@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox