Hi Sebastian,
I debugged for a long time.
The cause was found in the dpaa_eth_refill_bpools function in the drivers/net/ethernet/freescale/sdk_dpaa/dpaa_eth_sg.c file.
When THRESHOLD was exceeded, jitter was occurring as it was reallocated up to MAX.
So, I increased the reallocation buffer and modified the value to allocate only one as follows.
CONFIG_FSL_DPAA_ETH_MAX_BUF_COUNT=32768
CONFIG_FSL_DPAA_ETH_REFILL_THRESHOLD=32767
Then the jitter disappeared and reception became stable.
Will there be any problem if I modify it as above?
Please let me know if there is any way to improve further.
Thank you.
Best Regards,
Gyosun.
dpaa_eth_refill_bpools