Skip to content

Signed-off-by: Ray Karrenbauer <[email protected]> #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

srinathduraisamy
Copy link

add dmatest suite

exit 1
else
# clear the kernel log, since dmatest writes to it and we wanna see what it outputs
dmesg -c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, usually we'd like to keep all dmesg since there could be other boot warnings before test run. And in order to analyze the dmatest results, one approach is to grep the needed info to output, like

dmesg | grep "qat_dev.* started .* acceleration engines"
dmesg | grep torture:

Then it requires programs/dmatest/parse to analyze the output to generate test stats, refer to programs/rcutorture/parse


parameters:
runtime:
scale_type:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, these 2 parameters are not aligned to dmatest.yaml, maybe need rename to use iterations or update dmatest.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants