crypto: make crypto-dispatch node working in adaptive mode
[vpp.git] / src / vnet / crypto / crypto.api
index 04b0cfd..61553e8 100644 (file)
@@ -36,12 +36,13 @@ enum crypto_op_class_type:u8
 
 autoreply define crypto_set_async_dispatch
 {
+  option deprecated;
   u32 client_index;
   u32 context;
   vl_api_crypto_dispatch_mode_t mode;
 };
 
- /** \brief crypto: use polling or interrupt dispatch
+ /** \brief crypto: set crypto handler
     @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request
     @param alg_name - Name of the algorithm to add