net/i40e: remove unnecessary FDIR mask configuration
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd_private.h
index 0f2d61e..bc8dc7c 100644 (file)
@@ -70,7 +70,7 @@ struct openssl_private {
 struct openssl_qp {
        uint16_t id;
        /**< Queue Pair Identifier */
-       char name[RTE_CRYPTODEV_NAME_LEN];
+       char name[RTE_CRYPTODEV_NAME_MAX_LEN];
        /**< Unique Queue Pair Name */
        struct rte_ring *processed_ops;
        /**< Ring for placing process packets */