]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_cryptodev_pmd.h
cryptodev: add user defined name for vdev
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_pmd.h
index c6a57945bb81b1dab39544cea083cd3916fec306..aabef41a99341cca525c4c937d18427fc02d9d29 100644 (file)
@@ -520,6 +520,13 @@ int rte_cryptodev_pci_probe(struct rte_pci_driver *pci_drv,
  */
 int rte_cryptodev_pci_remove(struct rte_pci_device *pci_dev);
 
+/**
+ * @internal
+ * Create unique device name
+ */
+int
+rte_cryptodev_pmd_create_dev_name(char *name, const char *dev_name_prefix);
+
 #ifdef __cplusplus
 }
 #endif