Add the flag "is_exception", to indicate that the packets belonging to this flow are not to be aggregated by FISA. Change-Id: I3c1e781d4a2ad251082dacc189f23ffab15ae002 CRs-Fixed: 2810360
@@ -2441,6 +2441,7 @@ enum cdp_flow_protocol_type {
struct cdp_rx_flow_tuple_info {
#ifdef WLAN_SUPPORT_RX_FISA
uint8_t tuple_populated;
+ uint8_t is_exception;
#endif
uint32_t dest_ip_127_96;
uint32_t dest_ip_95_64;