net/ice/base: init marker group table for parser
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev.h
index e95d933..7871e3d 100644 (file)
@@ -14,6 +14,7 @@
 #include <rte_mbuf.h>
 #include <rte_mempool.h>
 #include <rte_security_driver.h>
+#include <rte_spinlock.h>
 #include <rte_string_fns.h>
 #include <rte_time.h>
 
@@ -356,6 +357,7 @@ struct otx2_eth_dev {
        bool sdp_link; /* SDP flag */
        /* Inline IPsec params */
        uint16_t ipsec_in_max_spi;
+       rte_spinlock_t ipsec_tbl_lock;
        uint8_t duplex;
        uint32_t speed;
 } __rte_cache_aligned;