android_kernel_xiaomi_sm8350/core/dp/txrx3.0
Yu Tian 636f42c23a qcacld-3.0: Allow drop pkts when pending is large
On some cases, dp_rx_thread can not handle nbufs in time,
then a large number of packets are pending in
rx_thread->nbuf_queue, which run out of system memory at
last and failed to malloc new buffers for refill buffer ring,
fw crash is encountered. To avoid this, drop RX packets when
the pending number becomes large.

Change-Id: Ie4e001dc584821cf68253aa3a15a5fd72394c736
CRs-Fixed: 2737181
2020-08-06 04:24:45 -07:00
..
dp_fisa_rx.c qcacld-3.0: Add support to control fisa per vdev at runtime 2020-07-24 15:17:59 -07:00
dp_fisa_rx.h qcacld-3.0: Add support to control fisa per vdev at runtime 2020-07-24 15:17:59 -07:00
dp_rx_fst.c qcacld-3.0: Reduce FSE cache invalidation messages 2020-07-02 05:55:31 -07:00
dp_rx_thread.c qcacld-3.0: Allow drop pkts when pending is large 2020-08-06 04:24:45 -07:00
dp_rx_thread.h qcacld-3.0: Allow drop pkts when pending is large 2020-08-06 04:24:45 -07:00
dp_txrx.c qcacld-3.0: Use pdev_id instead of global dp handle 2019-10-24 21:41:42 -07:00
dp_txrx.h qcacld-3.0: fix compilation issue with dp_rx_napi_gro_flush 2020-07-16 02:05:20 -07:00