I'm working with the LS1012A processor on the Scalys Grapeboard (https://scalys.com/solution/ses-ls1012/) and have a question about ethernet flow control, PAUSE frames. I'm running linux built using Yocto using the Scalys repository (https://github.com/Scalys/bsp-yocto).
My question concerns ethernet flow control / PAUSE frames.
I have enabled ethernet flow control using "ethtool -A eth0 rx on tx on", and my PC is similarly configured to enable flow control.
However, I am transmitting packets from the PC to the Grapeboard and not seeing any evidence of flow control.
Does flow control work in the LS1012A?
If so, what is the workaround to make it kick in?
Thanks.