X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Frte_vhost.h;h=e4e8824c98b04a15721a8c27a9a07698c0247ee4;hb=136076ed729ae1160352be649baf976af87b3d14;hp=807da8c4bcc0f18eea47896f2fcc053a5543ad93;hpb=9b91fbd6ecfa6fed7d73f7cd6a2269433d137027;p=dpdk.git diff --git a/lib/librte_vhost/rte_vhost.h b/lib/librte_vhost/rte_vhost.h index 807da8c4bc..e4e8824c98 100644 --- a/lib/librte_vhost/rte_vhost.h +++ b/lib/librte_vhost/rte_vhost.h @@ -54,6 +54,10 @@ extern "C" { #define VHOST_USER_PROTOCOL_F_SLAVE_REQ 5 #endif +#ifndef VHOST_USER_PROTOCOL_F_CRYPTO_SESSION +#define VHOST_USER_PROTOCOL_F_CRYPTO_SESSION 7 +#endif + /** Indicate whether protocol features negotiation is supported. */ #ifndef VHOST_USER_F_PROTOCOL_FEATURES #define VHOST_USER_F_PROTOCOL_FEATURES 30