]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/rte_vhost_crypto.h
test/telemetry: fix typo at beginning of line
[dpdk.git] / lib / librte_vhost / rte_vhost_crypto.h
index b54d61db698dc2e0f473c72b79dc209380d2eb70..c809c46a21c38f24a07fce3d7c89023379c04e23 100644 (file)
@@ -20,6 +20,18 @@ enum rte_vhost_crypto_zero_copy {
        RTE_VHOST_CRYPTO_MAX_ZERO_COPY_OPTIONS
 };
 
+/**
+ * Start vhost crypto driver
+ *
+ * @param path
+ *  The vhost-user socket file path
+ * @return
+ *  0 on success, -1 on failure
+ */
+__rte_experimental
+int
+rte_vhost_crypto_driver_start(const char *path);
+
 /**
  *  Create Vhost-crypto instance
  *