97f88fb874133c8107ef8a87a735cb9c7135064d

Requirement: In skb recycler, if recyler module allocates the buffers already used by DS module to DS, then memzero, shinfo reset can be avoided, since the DS packets were not processed by SW (host). Hence, we will achieve good KPI with less CPU utilization. Fix: Implemented an new qdf wrapper API qdf_nbuf_alloc_ppe_ds in wifi driver, which in turn invokes __netdev_alloc_skb_no_skb_reset API to linux module. With the use of new netdev_alloc API shinfo reset will be avoided for DS used buffers alone. Skb recycler changes are delivered already via 4360331 Change-Id: I3fe8dc07ca12c01136eaee4fcdb1ff6036f80f74 CRs-Fixed: 3350807
This is CNSS WLAN Host Driver for products starting from iHelium
Omschrijving
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%