summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorjiad <jiad@codeaurora.org>2018-06-15 10:00:58 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-19 18:58:18 -0700
commite32e0e88fb88dfa7e56a8dfcddaf65c5726db6aa (patch)
treedace0acf65bb1b89eb54164a4a076491721d39a0 /tools/perf/scripts/python
parent50b43217b7c91df9327b076aacaf4914262c8e11 (diff)
qcacld-3.0: Fix SKB free for WLAN IPA exceptions
There are two types of WLAN IPA exceptions, where WLAN driver is involved for packet processing. One is for RX exceptions, such as ICMP or Intra-BSS packets. The other one is for WDI 1.0 MCC TX SW path, where packet queueing is happening in WLAN driver. For RX exceptions, dev_kfree_skb_any() should be invoked to directly free the skb. For MCC TX SW path, ipa_free_skb() should be called to free skb to IPA driver. Change-Id: I039cb20673ce3aa98056529f7609801f76c4c16a CRs-Fixed: 2247339
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions