git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ac14f
)
vhost: remove unused variable
author
Xiaolong Ye
<xiaolong.ye@intel.com>
Sat, 7 Mar 2020 13:22:35 +0000
(21:22 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:07 +0000
(13:57 +0200)
VHOST_FEATURES has been removed in previous refactoring.
Fixes:
0917f9d1f059
("vhost: use new APIs to handle features")
Cc: stable@dpdk.org
Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/librte_vhost/vhost.h
patch
|
blob
|
history
diff --git
a/lib/librte_vhost/vhost.h
b/lib/librte_vhost/vhost.h
index
2087d14
..
507dbf2
100644
(file)
--- a/
lib/librte_vhost/vhost.h
+++ b/
lib/librte_vhost/vhost.h
@@
-543,7
+543,6
@@
extern int vhost_data_log_level;
#define PRINT_PACKET(device, addr, size, header) do {} while (0)
#endif
-extern uint64_t VHOST_FEATURES;
#define MAX_VHOST_DEVICE 1024
extern struct virtio_net *vhost_devices[MAX_VHOST_DEVICE];