f31e44d8dc54840d642c25967991614c0e59c85c

Fix memory allocation failure for nbuf pointers array in dp_pdev_rx_buffers_attach(), by allocating a single page of memory for the pointers and re-using them by iterating in a loop until the total required nbuf's are traversed, instead of allocating a huge contiguous memory for pointers to store the address locations of all the nbuf's. Change-Id: I47ca8f94405e44d6bdbc43129012df1b65b14ba6 CRs-Fixed: 2464598
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%