]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_ethdev.h
net/virtio: add device config support to vDPA
[dpdk.git] / drivers / net / virtio / virtio_ethdev.h
index 13395937c84c2404c800f3160ce5bc2ce53571cf..5a501e7890048f5f35d00f4a1c591f82baea8532 100644 (file)
@@ -7,11 +7,9 @@
 
 #include <stdint.h>
 
-#include "virtio_pci.h"
+#include <ethdev_driver.h>
 
-#ifndef PAGE_SIZE
-#define PAGE_SIZE 4096
-#endif
+#include "virtio.h"
 
 #define VIRTIO_MAX_RX_QUEUES 128U
 #define VIRTIO_MAX_TX_QUEUES 128U