Re: [dpdk-dev] [PATCH] net/dpaa2: remove unnecessary loop for unused pool entries

2018-08-03 Thread Thomas Monjalon
31/07/2018 15:52, Shreyansh Jain: > On 7/31/2018 1:21 PM, Gavin Hu wrote: > > Currently only one buffer pool is configured and in use, > > looping for up to maxmum 8 times is unnecessary and might > > be buggy as assigned uninititalized values. > > > > The fix is to loop for the configured times w

Re: [dpdk-dev] [PATCH] net/dpaa2: remove unnecessary loop for unused pool entries

2018-07-31 Thread Shreyansh Jain
On 7/31/2018 1:21 PM, Gavin Hu wrote: Currently only one buffer pool is configured and in use, looping for up to maxmum 8 times is unnecessary and might be buggy as assigned uninititalized values. The fix is to loop for the configured times with initialize with valid values. Fixes: 16bbc98a3e (

[dpdk-dev] [PATCH] net/dpaa2: remove unnecessary loop for unused pool entries

2018-07-31 Thread Gavin Hu
Currently only one buffer pool is configured and in use, looping for up to maxmum 8 times is unnecessary and might be buggy as assigned uninititalized values. The fix is to loop for the configured times with initialize with valid values. Fixes: 16bbc98a3e ("bus/fslmc: update MC to 10.3.x") Cc: st