vhost/lib: remove dependency on DPDK vhost library
Since we keep a copy of DPDK vhost library, the header file don't have dependency on DPDK vhost library. Change-Id: I14d48e10227633547231e4f429e7375ffa76128d Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
08e6f94226
commit
95d9ffc26a
@ -45,7 +45,6 @@
|
|||||||
#include <rte_string_fns.h>
|
#include <rte_string_fns.h>
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
#include <rte_malloc.h>
|
#include <rte_malloc.h>
|
||||||
#include <rte_virtio_net.h>
|
|
||||||
|
|
||||||
#include "vhost.h"
|
#include "vhost.h"
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
#include <rte_memcpy.h>
|
#include <rte_memcpy.h>
|
||||||
#include <rte_ether.h>
|
#include <rte_ether.h>
|
||||||
#include <rte_ip.h>
|
#include <rte_ip.h>
|
||||||
#include <rte_virtio_net.h>
|
|
||||||
#include <rte_tcp.h>
|
#include <rte_tcp.h>
|
||||||
#include <rte_udp.h>
|
#include <rte_udp.h>
|
||||||
#include <rte_sctp.h>
|
#include <rte_sctp.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user