Re: Problem: how to make kernel thread more faster?

2007-03-06 Thread Lee Revell

On 3/6/07, Mockern <[EMAIL PROTECTED]> wrote:

hi,

Is there a way how to make kernel thread more faster?

I put some of my code to the kthread, but I noticed that kthread sends data 
more slow
than original driver without kthread.


Please post a link to your driver source code.

Lee
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Problem: how to make kernel thread more faster?

2007-03-06 Thread Lee Revell

On 3/6/07, Mockern [EMAIL PROTECTED] wrote:

hi,

Is there a way how to make kernel thread more faster?

I put some of my code to the kthread, but I noticed that kthread sends data 
more slow
than original driver without kthread.


Please post a link to your driver source code.

Lee
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Problem: how to make kernel thread more faster?

2007-03-05 Thread Mockern
hi,

Is there a way how to make kernel thread more faster?

I put some of my code to the kthread, but I noticed that kthread sends data 
more slow
than original driver without kthread.

Thank you

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Problem: how to make kernel thread more faster?

2007-03-05 Thread Mockern
hi,

Is there a way how to make kernel thread more faster?

I put some of my code to the kthread, but I noticed that kthread sends data 
more slow
than original driver without kthread.

Thank you

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/