
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