android_kernel_xiaomi_sm8350/drivers/infiniband/ulp/srp
Bart Van Assche 9c03dc9f19 IB/srp: Split send and recieve CQs to reduce number of interrupts
We can reduce the number of IB interrupts from two interrupts per
srp_queuecommand() call to one by using separate CQs for send and
receive completions and processing send completions by polling every
time a TX IU is allocated.

Receive completion events still trigger an interrupt.

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-03-01 23:51:38 -08:00
..
ib_srp.c IB/srp: Split send and recieve CQs to reduce number of interrupts 2010-03-01 23:51:38 -08:00
ib_srp.h IB/srp: Split send and recieve CQs to reduce number of interrupts 2010-03-01 23:51:38 -08:00
Kbuild
Kconfig