vhost: rename header file
Rename vhost-net-cdev.h to vhost-net.h. This file defines common operations provided by virtio-net(.c). Signed-off-by: Huawei Xie <huawei.xie@intel.com> Acked-by: Tetsuya Mukawa <mukawa@igel.co.jp>
This commit is contained in:
parent
6ee36ead58
commit
34f4c46dc4
@ -44,7 +44,7 @@
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_virtio_net.h>
|
||||
|
||||
#include "vhost-net-cdev.h"
|
||||
#include "vhost-net.h"
|
||||
|
||||
#define FUSE_OPT_DUMMY "\0\0"
|
||||
#define FUSE_OPT_FORE "-f\0\0"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_virtio_net.h>
|
||||
|
||||
#include "vhost-net-cdev.h"
|
||||
#include "vhost-net.h"
|
||||
|
||||
#define MAX_PKT_BURST 32
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include <rte_memory.h>
|
||||
#include <rte_virtio_net.h>
|
||||
|
||||
#include "vhost-net-cdev.h"
|
||||
#include "vhost-net.h"
|
||||
#include "eventfd_link/eventfd_link.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user