From 34f4c46dc42d781f83e181ce744d79779d53c8a1 Mon Sep 17 00:00:00 2001 From: Huawei Xie Date: Mon, 23 Feb 2015 17:36:25 +0000 Subject: [PATCH] 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 Acked-by: Tetsuya Mukawa --- lib/librte_vhost/{vhost-net-cdev.h => vhost-net.h} | 0 lib/librte_vhost/vhost_cuse/vhost-net-cdev.c | 2 +- lib/librte_vhost/vhost_rxtx.c | 2 +- lib/librte_vhost/virtio-net.c | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename lib/librte_vhost/{vhost-net-cdev.h => vhost-net.h} (100%) diff --git a/lib/librte_vhost/vhost-net-cdev.h b/lib/librte_vhost/vhost-net.h similarity index 100% rename from lib/librte_vhost/vhost-net-cdev.h rename to lib/librte_vhost/vhost-net.h diff --git a/lib/librte_vhost/vhost_cuse/vhost-net-cdev.c b/lib/librte_vhost/vhost_cuse/vhost-net-cdev.c index 57c76cb00a..2bb07af156 100644 --- a/lib/librte_vhost/vhost_cuse/vhost-net-cdev.c +++ b/lib/librte_vhost/vhost_cuse/vhost-net-cdev.c @@ -44,7 +44,7 @@ #include #include -#include "vhost-net-cdev.h" +#include "vhost-net.h" #define FUSE_OPT_DUMMY "\0\0" #define FUSE_OPT_FORE "-f\0\0" diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.c index ccfd82f4fb..c7c9550559 100644 --- a/lib/librte_vhost/vhost_rxtx.c +++ b/lib/librte_vhost/vhost_rxtx.c @@ -38,7 +38,7 @@ #include #include -#include "vhost-net-cdev.h" +#include "vhost-net.h" #define MAX_PKT_BURST 32 diff --git a/lib/librte_vhost/virtio-net.c b/lib/librte_vhost/virtio-net.c index 52b49577c6..6bc9d513f9 100644 --- a/lib/librte_vhost/virtio-net.c +++ b/lib/librte_vhost/virtio-net.c @@ -53,7 +53,7 @@ #include #include -#include "vhost-net-cdev.h" +#include "vhost-net.h" #include "eventfd_link/eventfd_link.h" /* -- 2.20.1