Skip to content
Snippets Groups Projects
Commit fa6c3168 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Xiaobo Xie
Browse files

dpaa2-eth: increase busy retries when interracting with QBMAN


It seems that there are circumstances when access to QBMAN through the
software portals will be delayed. Accessing some lower speeds interfaces
while also QBMAN commands are issued from the kernel will lead to
software timeouts happening in the dpaa2-eth driver.

What we have observed is that management commands like re-arming the
interrupts on a specific channel, waiting for a dequeue response to be
available etc, will take a longer time to complete.
All these commands have to wait for a valid bit to be set for the
command to be interpreted as successfully completed.

Increase the maximum number of times the Linux kernel drivers will busy
poll for a successful result of one of these commands.

Signed-off-by: default avatarIoana Ciornei <ioana.ciornei@nxp.com>
parent ccd72abc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment