commit | a13db78b099797228b30102007661f6036ed4f90 | [log] [tgz] |
---|---|---|
author | Alok Kumar <alokkuma@codeaurora.org> | Sun Aug 12 02:24:12 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Thu Sep 06 01:41:52 2018 -0700 |
tree | 496c836c050925c80605c8150bf82073221b0b41 | |
parent | 026e77a99d8863777128b807866a49bce01814f8 [diff] |
qcacld-3.0: Add pre-allocated pool of SKBs for Rx ring In low memory condition, RX ring may become empty when all SKB buffers attached to the ring get consumed and kernel is unable to allocate SKB buffer during replenish. Create a pre-allocated pool of skbs during driver load time and request the buffer from this pool in low memory case. Change-Id: If8c6a4fe04f3c931dc60dcffe28e45166eab9835 CRs-Fixed: 2306861