net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / mvsam / rte_mrvl_pmd.c
index ed85bb6..04efd9a 100644 (file)
@@ -7,7 +7,7 @@
 #include <rte_common.h>
 #include <rte_hexdump.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
+#include <cryptodev_pmd.h>
 #include <rte_security_driver.h>
 #include <rte_bus_vdev.h>
 #include <rte_malloc.h>
@@ -1114,6 +1114,8 @@ cryptodev_mrvl_crypto_create(const char *name,
        if (ret)
                goto init_error;
 
+       rte_cryptodev_pmd_probing_finish(dev);
+
        return 0;
 
 init_error: