]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/base/i40e_prototype.h
i40e/base: add workaround to drop all flow control frames
[dpdk.git] / drivers / net / i40e / base / i40e_prototype.h
index 5b6f1fb66bc37575ec662bc84db9991a83ae56cd..1d4aeff3ffb14196b7be958975b578a5149f81d6 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_ */