]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/openssl/rte_openssl_pmd.c
event/cnxk: reduce workslot memory consumption
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd.c
index 37b969b9163253ea56269b288fe8d253ca43b7d9..5794ed8159c0b9d64ae742ab81e30c3c1f5ed59b 100644 (file)
@@ -5,7 +5,7 @@
 #include <rte_common.h>
 #include <rte_hexdump.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
+#include <cryptodev_pmd.h>
 #include <rte_bus_vdev.h>
 #include <rte_malloc.h>
 #include <rte_cpuflags.h>
@@ -2213,6 +2213,8 @@ cryptodev_openssl_create(const char *name,
 
        internals->max_nb_qpairs = init_params->max_nb_queue_pairs;
 
+       rte_cryptodev_pmd_probing_finish(dev);
+
        return 0;
 
 init_error: