]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/scheduler/scheduler_pmd.c
net/mlx5: fix meter creation default state
[dpdk.git] / drivers / crypto / scheduler / scheduler_pmd.c
index 632197833c0f1fbc172ab0bc26f57905ed0f0c87..dd198080bf8ebc44d6052839190e1ddf72b988cf 100644 (file)
@@ -4,7 +4,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>
@@ -229,6 +229,8 @@ cryptodev_scheduler_create(const char *name,
                return -ENOMEM;
        }
 
+       rte_cryptodev_pmd_probing_finish(dev);
+
        return 0;
 }