Re: [U-Boot] [PATCHv2 05/10] net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK

2017-08-09 Thread Joe Hershberger
On Wed, Aug 9, 2017 at 2:37 AM, wrote: > From: Stefan Chulski > > U-boot use single physical tx queue with size 16 descriptors. > So aggregated tx queue size should be equal to physical tx queue > and cpu descriptor chunk(number of descriptors delivered

[U-Boot] [PATCHv2 05/10] net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK

2017-08-09 Thread stefanc
From: Stefan Chulski U-boot use single physical tx queue with size 16 descriptors. So aggregated tx queue size should be equal to physical tx queue and cpu descriptor chunk(number of descriptors delivered from physical tx queue to aggregated tx queue by one chunk) shouldn't