RE: How to schedule worker and threaded IRQ on same cpu/core

2012-10-02 Thread anish kumar
On Tue, 2012-10-02 at 15:14 +, Pallala, Ramakrishna wrote: > > On Tue, 2012-10-02 at 12:54 +, Pallala, Ramakrishna wrote: > > > > > How can I schedule driver's worker and threaded IRQ on the same core? > > > > > > > > > > For work queue we have schedule_delayed_work_on () API available. > >

RE: How to schedule worker and threaded IRQ on same cpu/core

2012-10-02 Thread Pallala, Ramakrishna
> On Tue, 2012-10-02 at 12:54 +, Pallala, Ramakrishna wrote: > > > > How can I schedule driver's worker and threaded IRQ on the same core? > > > > > > > > For work queue we have schedule_delayed_work_on () API available. > > > > But how to schedule the threaded IRQ on the same core where my > >

RE: How to schedule worker and threaded IRQ on same cpu/core

2012-10-02 Thread anish kumar
On Tue, 2012-10-02 at 12:54 +, Pallala, Ramakrishna wrote: > > > How can I schedule driver's worker and threaded IRQ on the same core? > > > > > > For work queue we have schedule_delayed_work_on () API available. > > > But how to schedule the threaded IRQ on the same core where my worker > > th

RE: How to schedule worker and threaded IRQ on same cpu/core

2012-10-02 Thread Pallala, Ramakrishna
> > How can I schedule driver's worker and threaded IRQ on the same core? > > > > For work queue we have schedule_delayed_work_on () API available. > > But how to schedule the threaded IRQ on the same core where my worker > thread is going to run? > Why do you need to worry about where your worker

Re: How to schedule worker and threaded IRQ on same cpu/core

2012-10-02 Thread anish kumar
On Tue, 2012-10-02 at 12:19 +, Pallala, Ramakrishna wrote: > Hi, > > How can I schedule driver's worker and threaded IRQ on the same core? > > For work queue we have schedule_delayed_work_on () API available. > But how to schedule the threaded IRQ on the same core where my worker thread > is

How to schedule worker and threaded IRQ on same cpu/core

2012-10-02 Thread Pallala, Ramakrishna
Hi, How can I schedule driver's worker and threaded IRQ on the same core? For work queue we have schedule_delayed_work_on () API available. But how to schedule the threaded IRQ on the same core where my worker thread is going to run? Thanks in Advance. Thanks, Ram -- To unsubscribe from this l