| Date | Thu, 31 Aug 2017 15:33:53 +0200 | From | Greg Kroah-Hartman <> | Subject | Re: [PATCH 24/25] net/cdc_ncm: Replace tasklet with softirq hrtimer |
| |
On Thu, Aug 31, 2017 at 12:23:46PM -0000, Anna-Maria Gleixner wrote: > From: Thomas Gleixner <tglx@linutronix.de> > > The bh tasklet is used in invoke the hrtimer (cdc_ncm_tx_timer_cb) in > softirq context. This can be also achieved without the tasklet but with > CLOCK_MONOTONIC_SOFT as hrtimer base. > > Signed-off-by: Thomas Gleixner <tglx@linutronix.de> > Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de> > Cc: Oliver Neukum <oliver@neukum.org> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Cc: linux-usb@vger.kernel.org > Cc: netdev@vger.kernel.org
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|