struct ice_arfs_entry { struct ice_fdir_fltr fltr_info; struct hlist_node list_entry;
u64 time_activated; /* only valid for UDP flows */
u32 flow_id; /* fltr_state = 0 - ICE_ARFS_INACTIVE: * filter needs to be updated or programmed in HW. * fltr_state = 1 - ICE_ARFS_ACTIVE: * filter is active and programmed in HW. * fltr_state = 2 - ICE_ARFS_TODEL: * filter has been deleted from HW and needs to be removed from * the aRFS hash table.
*/
u8 fltr_state;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.