-
Notifications
You must be signed in to change notification settings - Fork 31
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
test of sched-deadline #9
Comments
Hi Mehdi, schedtool-dl is not yet updated to the very last changes to the ABI. Thanks,
On Wed, 26 Feb 2014 09:58:30 -0800
|
Hi, Best,
|
Hi Yuri, I cloned the repository and I tried it, but I still have the same error. This is the results of "git log" command: ~/dev/schedtool-dl$ git log commit 834a0da49b1e1342d8724f590af67f7e6c7135f4
commit 8b39f4654b871786d66835dbc607bbe9a684f466
commit fb9c8c82254ad420e4582abdeed2b6dbf693edfa
commit cd4e3f2f5a33c3266e25e447e8efbacb3b8c88da
commit 96acd38aede7ca3852a86701a45b06a248f324d0
Do you have any idea? best regards, |
Hi, On Wed, 05 Mar 2014 01:55:38 -0800
Be sure to be on the right branch: You missed the very last commit: Best,
|
Hi Yuri, I updated the schedtool-dl sources and the new ABI is now working, thank you very much! Do you have any idea of how could I correct this. My test case is sudo ./schedtool -E -t 20000:100000:100000 -e yes best regards, |
On Thu, 06 Mar 2014 02:39:43 -0800
This works here. Could you send me your CONFIG? Thanks!
|
Hi Yuri,
I installed Linux-3.14.0-rc4 and I tried to test sched-deadline using schedtool as follow:
$> sudo ./schedtool -E -t 20000:100000:100000 -e yes
This results in this error:
Dumping mode: 0xa
Dumping affinity: 0x0
We have 1 args to do
Dump arg 0: yes
setting PID 2224 to policy E: SCHED_DEADLINE, prio 0, runtime 20000, period 100000
ERROR: could not set PID 2224 to E: SCHED_DEADLINE - value out of range / policy not implemented
After looking at the schedtool source code, I found that sched-setattr(pid, p) returns -1.
Also I tried SCHED_FIFO, but I get a similar error:
$> ./schedtool -v -F -p 50 -e yes
Dumping mode: 0xb
Dumping affinity: 0x0
We have 1 args to do
Dump arg 0: yes
setting PID 2693 to policy F: SCHED_FIFO, prio 50, runtime 0, period 0
policy = 1 ret = -1
ERROR: could not set PID 2693 to F: SCHED_FIFO - value out of range / policy not implemented
Could you please tell me what is wrong with my installation.
Thank u very much in advance.
Best regards,
Mehdi
The text was updated successfully, but these errors were encountered: