Re: [PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
From: Robin Murphy
Date:  Wed Apr 03 2019 - 12:12:09 EST
On 03/04/2019 16:55, Leonidas P. Papadakos wrote:
If snps,no-pbl-x8 does indeed have a performace hit, should the 
workaround be to
a) turn tx checksumming off or
b) snps,no-pbl-x8 set?
I'll test to see the difference
Update: It really seems like snps,no-pbl-x8 is the better option.
So I say, replace snps,force_thresh_dma_mode with it.
Yes, I would expect software checksumming to have a much more noticeable 
impact (in fact I've already been trying to get round to benchmarking 
some arm64 checksum optimisations on my RK3328 precisely because of this 
issue).
If I'm interpreting the register descriptions in the Rockchip TRMs 
correctly, it seems like no-pbl-x8 is a relatively big hammer and there 
should still be room to tune things a bit closer to the maximum limits - 
I'll have another play this evening to see if I've understood things right.
Robin.