Re: sched: SCHED_DEADLINE v6

2012-11-05 Thread Ove Karlsen
On Mon, 05 Nov 2012 21:23:41 +0100, Martin wrote: On 11/04/2012 09:00 PM, Uwaysi Bin Kareem wrote: Nobody knows? This is really obscure for an EDF patch. Making things a bit more accessible should be a priority. I think a lot of enthusiasts would like to have smooth control over stuff, without

Re: sched: SCHED_DEADLINE v6

2012-11-04 Thread Uwaysi Bin Kareem
Nobody knows? This is really obscure for an EDF patch. Making things a bit more accessible should be a priority. I think a lot of enthusiasts would like to have smooth control over stuff, without windows-jitter. If you can do a robot arm, jitter-free with this, then I am very interested. uw

Re: sched: SCHED_DEADLINE v6

2012-11-04 Thread Uwaysi Bin Kareem
uwaysi@Millennium:~/Kildekode/sched_deadline-schedtool-dl$ ./schedtool -E -t 500:1000 3718 ERROR: could not set PID 3718 to E: SCHED_DEADLINE - Function not implemented uwaysi@Millennium:~/Kildekode/sched_deadline-schedtool-dl$ On Sun, 04 Nov 2012 20:02:25 +0100, Uwaysi Bin Kareem wrote:

Re: sched: SCHED_DEADLINE v6

2012-11-04 Thread Uwaysi Bin Kareem
How does the modified schedtool work? There is no updated documentation. http://gitorious.org/sched_deadline/schedtool-dl/commits/latest/2.6.36-dl-V3 If anyone could give an example of a 1000uS period / 500uS time, with schedtool, or any other relevant information. Most examples online use pa

re: sched: SCHED_DEADLINE v6

2012-11-04 Thread Uwaysi Bin Kareem
Hi. I am trying the Sched_deadline patch. I am getting an error compiling: kernel/sched/dl.c: In function ‘dl_runtime_exceeded’: kernel/sched/dl.c:551:7: warning: unused variable ‘damount’ [-Wunused-variable] kernel/sched/dl.c:558:7: warning: unused variable ‘ramount’ [-Wunused-variable] ke