]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_user/vhost-net-user.h
net/mlx5: handle Rx CQE compression
[dpdk.git] / lib / librte_vhost / vhost_user / vhost-net-user.h
index e3bb4138b47b47b2cbf0d3eb4a0628f55063d41a..f53323962a12f5df0aa5ab89697aec69173386c9 100644 (file)
 #include <linux/vhost.h>
 
 #include "rte_virtio_net.h"
-#include "fd_man.h"
-
-struct vhost_server {
-       char *path; /**< The path the uds is bind to. */
-       int listenfd;     /**< The listener sockfd. */
-};
 
 /* refer to hw/virtio/vhost-user.c */
 
+#define VHOST_MEMORY_MAX_NREGIONS 8
+
 typedef enum VhostUserRequest {
        VHOST_USER_NONE = 0,
        VHOST_USER_GET_FEATURES = 1,