net/enic: fix flow drop action
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd_private.h
index c4f018f..eea900e 100644 (file)
@@ -44,7 +44,7 @@ struct snow3g_private {
 struct snow3g_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 processed ops */