net/mlx5: fix software parsing support query
[dpdk.git] / drivers / net / cnxk / cnxk_ethdev.h
index 5ec4ac2..ff21b97 100644 (file)
 /* Subtype from inline outbound error event */
 #define CNXK_ETHDEV_SEC_OUTB_EV_SUB 0xFFUL
 
+/* SPI will be in 20 bits of tag */
+#define CNXK_ETHDEV_SPI_TAG_MASK 0xFFFFFUL
+
 struct cnxk_fc_cfg {
        enum rte_eth_fc_mode mode;
        uint8_t rx_pause;
@@ -266,6 +269,7 @@ struct cnxk_eth_dev {
        union {
                struct {
                        uint64_t cq_min_4k : 1;
+                       uint64_t ipsecd_drop_re_dis : 1;
                };
                uint64_t hwcap;
        };