Re: [U-Boot] [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a pool

2016-01-27 Thread york sun
On 12/24/2015 02:03 AM, Prabhakar Kushwaha wrote: > Management Complex FW 9.0 set the hardware depletion to be 20 buffers > in order to support multiple pools in DPNI. This requires driver to fill > the pool with at least 21 to be able to receive frames. > > So, Increase number of buffers for a po

Re: [U-Boot] [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a pool

2016-01-25 Thread Prabhakar Kushwaha
> -Original Message- > From: york sun [mailto:york@nxp.com] > Sent: Monday, January 25, 2016 10:50 PM > To: Prabhakar Kushwaha ; u-boot@lists.denx.de > Cc: Yusong Sun > Subject: Re: [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a > pool > > On 12/24/2015 02:03 AM, Prabh

Re: [U-Boot] [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a pool

2016-01-25 Thread york sun
On 12/24/2015 02:03 AM, Prabhakar Kushwaha wrote: > Management Complex FW 9.0 set the hardware depletion to be 20 buffers > in order to support multiple pools in DPNI. This requires driver to fill > the pool with at least 21 to be able to receive frames. > > So, Increase number of buffers for a po

[U-Boot] [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a pool

2015-12-24 Thread Prabhakar Kushwaha
Management Complex FW 9.0 set the hardware depletion to be 20 buffers in order to support multiple pools in DPNI. This requires driver to fill the pool with at least 21 to be able to receive frames. So, Increase number of buffers for a pool. Signed-off-by: Prabhakar Kushwaha --- drivers/net/ldp