Skip to content
Commit d42efe6b authored by Viresh Kumar's avatar Viresh Kumar Committed by Dan Williams
Browse files

dmaengine/dmatest: Pass timeout via module params



When we try to test all channels present on our controller together, some
channels of lower priority may be very slow as compared to others. If number of
transfers is unlimited, some channels may timeout and will not finish within 3
seconds. Thus, while doing such regress testing we may need to have higher value
of timeouts. This patch adds support for passing timeout value via module
parameters. Default value is 3 msec, a negative value means max timeout
possible.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@st.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 5b9a4f98
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment