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:
74ee315
)
vhost: define postcopy protocol flag
author
Maxime Coquelin
<maxime.coquelin@redhat.com>
Fri, 12 Oct 2018 12:40:34 +0000
(14:40 +0200)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 18 Oct 2018 08:24:39 +0000
(10:24 +0200)
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Ilya Maximets <i.maximets@samsung.com>
Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
lib/librte_vhost/rte_vhost.h
patch
|
blob
|
history
diff --git
a/lib/librte_vhost/rte_vhost.h
b/lib/librte_vhost/rte_vhost.h
index
b02673d
..
9292c89
100644
(file)
--- a/
lib/librte_vhost/rte_vhost.h
+++ b/
lib/librte_vhost/rte_vhost.h
@@
-58,6
+58,10
@@
extern "C" {
#define VHOST_USER_PROTOCOL_F_CRYPTO_SESSION 7
#endif
+#ifndef VHOST_USER_PROTOCOL_F_PAGEFAULT
+#define VHOST_USER_PROTOCOL_F_PAGEFAULT 8
+#endif
+
#ifndef VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD
#define VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD 10
#endif