]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_flex_type.h
net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / ice / base / ice_flex_type.h
index c7f92b9150b6f0e3b85d08b6cd6d0632f836dbf5..63a2cb8bc44df60b69478c0bdb11b176a130ee7d 100644 (file)
@@ -675,6 +675,19 @@ struct ice_tunnel_table {
        u16 count;
 };
 
+struct ice_dvm_entry {
+       u16 boost_addr;
+       u16 enable;
+       struct ice_boost_tcam_entry *boost_entry;
+};
+
+#define ICE_DVM_MAX_ENTRIES    48
+
+struct ice_dvm_table {
+       struct ice_dvm_entry tbl[ICE_DVM_MAX_ENTRIES];
+       u16 count;
+};
+
 struct ice_pkg_es {
        __le16 count;
        __le16 offset;