Skip to content
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

idxd is failed with ./intr.host_test.sh: No such file or directory #339

Open
rli9 opened this issue Jul 28, 2024 · 4 comments
Open

idxd is failed with ./intr.host_test.sh: No such file or directory #339

rli9 opened this issue Jul 28, 2024 · 4 comments

Comments

@rli9
Copy link

rli9 commented Jul 28, 2024

The issue can be reproduced by

$ cd lkvs/BM
$ ./runtests -f idxd/tests

<<<test start - './intr.host_test.sh -m dedicated -i 10 -t 1'>>
./runtests: line 255: ./intr.host_test.sh: No such file or directory
<<<test end, result: FAIL, duration: 0.007s>>

<<<test start - './intr.host_test.sh -m shared -i 10 -t 1'>>
./runtests: line 255: ./intr.host_test.sh: No such file or directory
<<<test end, result: FAIL, duration: 0.007s>>

<<<test start - './intr.host_test.sh -m dedicated -i 1000000 -t 1'>>
./runtests: line 255: ./intr.host_test.sh: No such file or directory
<<<test end, result: FAIL, duration: 0.007s>>

<<<test start - './intr.host_test.sh -m shared -i 1000000 -t 1'>>
./runtests: line 255: ./intr.host_test.sh: No such file or directory
<<<test end, result: FAIL, duration: 0.007s>>
@ysun
Copy link
Contributor

ysun commented Aug 21, 2024

Sorry for the late reply :) please try ./runtests -f idxd -t idxd/tests

@rli9
Copy link
Author

rli9 commented Aug 25, 2024

Thanks, the result is below, is it expected that it has "WARNING: idxd not found"

lkvs/BM$ sudo ./runtests -f idxd -t idxd/tests
WARNING: idxd not found!
Test Start Time: 2024-08-25_13-32-45
--------------------------------------------------------
Testcase                                                                     Result    Exit Value  Duration
--------                                                                     ------    ----------  --------
--------------------------------------------------------
LKVS log ./lkvs.log as above. Execution time:1s.
The dependency info /tmp/lkvs_dependence.log is as follows:
-----------------------------------------------------------------
Feature                            |HW_support  |Other_support  |Other_WARN  |Reason
-------                            -----------  --------------  -----------  -------

@ysun
Copy link
Contributor

ysun commented Aug 27, 2024

Thanks, the result is below, is it expected that it has "WARNING: idxd not found"

lkvs/BM$ sudo ./runtests -f idxd -t idxd/tests
WARNING: idxd not found!
Test Start Time: 2024-08-25_13-32-45
--------------------------------------------------------
Testcase                                                                     Result    Exit Value  Duration
--------                                                                     ------    ----------  --------
--------------------------------------------------------
LKVS log ./lkvs.log as above. Execution time:1s.
The dependency info /tmp/lkvs_dependence.log is as follows:
-----------------------------------------------------------------
Feature                            |HW_support  |Other_support  |Other_WARN  |Reason
-------                            -----------  --------------  -----------  -------

No, it's not expected. Let me check. BTW, do you have IDXD driver on your test machine ?

@rli9
Copy link
Author

rli9 commented Aug 27, 2024

BTW, do you have IDXD driver on your test machine ?

no, the test machine doesn't have the driver

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

No branches or pull requests

2 participants