]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sdp: rx_irq should use tasklet instead of timer due to latency issue
authorEldad Zinger <eldadz@mellanox.co.il>
Mon, 2 Aug 2010 12:05:12 +0000 (15:05 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:05:16 +0000 (05:05 -0700)
commit5118917ea4ae75bac6984ba8ce33397aab016ff5
tree4df262891116402e1f456e1a30a6a7c760c99409
parent80d53b61b2dd2a6dd608d99da91544b87fb7e37c
sdp: rx_irq should use tasklet instead of timer due to latency issue

mod_timer(..., 0) measured to add 4ms delay.

Signed-off-by: Eldad Zinger <eldadz@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp.h
drivers/infiniband/ulp/sdp/sdp_rx.c