common/cnxk: enable backpressure on CPT with inline inbound
[dpdk.git] / drivers / crypto / ccp / rte_ccp_pmd.c
index ab94169..a35a8cd 100644 (file)
@@ -7,7 +7,7 @@
 #include <rte_bus_vdev.h>
 #include <rte_common.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
+#include <cryptodev_pmd.h>
 #include <rte_pci.h>
 #include <rte_dev.h>
 #include <rte_malloc.h>
@@ -271,6 +271,8 @@ cryptodev_ccp_create(const char *name,
        internals->auth_opt = init_params->auth_opt;
        internals->crypto_num_dev = cryptodev_cnt;
 
+       rte_cryptodev_pmd_probing_finish(dev);
+
        return 0;
 
 init_error: