net/ice/base: add IP fragment flags
[dpdk.git] / drivers / net / ice / base / ice_switch.h
index 04d3c31..980bae5 100644 (file)
@@ -216,6 +216,11 @@ struct ice_adv_lkup_elem {
        union ice_prot_hdr m_u; /* Mask of header values to match */
 };
 
+struct ice_prof_type_entry {
+       u16 prof_id;
+       enum ice_sw_tunnel_type type;
+};
+
 struct ice_sw_act_ctrl {
        /* Source VSI for LOOKUP_TX or source port for LOOKUP_RX */
        u16 src;
@@ -535,4 +540,5 @@ bool ice_is_prof_rule(enum ice_sw_tunnel_type type);
 enum ice_status
 ice_update_recipe_lkup_idx(struct ice_hw *hw,
                           struct ice_update_recipe_lkup_idx_params *params);
+void ice_change_proto_id_to_dvm(void);
 #endif /* _ICE_SWITCH_H_ */