i40e/base: add workaround to drop all flow control frames
[dpdk.git] / drivers / net / i40e / base / i40e_prototype.h
index 5b6f1fb..1d4aeff 100644 (file)
@@ -468,4 +468,6 @@ enum i40e_status_code i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw,
                                u16 vsi_seid, u16 queue, bool is_add,
                                struct i40e_control_filter_stats *stats,
                                struct i40e_asq_cmd_details *cmd_details);
+void i40e_add_filter_to_drop_tx_flow_control_frames(struct i40e_hw *hw,
+                                                   u16 vsi_seid);
 #endif /* _I40E_PROTOTYPE_H_ */