commit | 8d1cc86a6278687efbab7b8c294ab01efe4d4231 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sun May 06 21:05:32 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sun May 06 21:18:11 2007 -0700 |
tree | 6bbbb23fd44c08b709275a2918d937c27850bb23 | |
parent | ed23a72778f3dbd465e55b06fe31629e7e1dd2f3 [diff] |
IPoIB: Convert to NAPI Convert the IP-over-InfiniBand network device driver over to using NAPI to handle completions for the main CQ. This covers all receives as well as datagram mode sends; send completions for connected mode connections are still handled from interrupt context. Signed-off-by: Roland Dreier <rolandd@cisco.com>