Ver código fonte

qcacmn: Add flag to indicate not to aggregate FISA flow

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
Rakesh Pillai 4 anos atrás
pai
commit
c864a10bd8
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      dp/inc/cdp_txrx_cmn_struct.h

+ 1 - 0
dp/inc/cdp_txrx_cmn_struct.h

@@ -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;