alistair23-linux/drivers/infiniband
Sebastian Sanchez f3e862cb68 IB/hfi1: Access hfi1_ibport through rcd pointer
Receive code paths use the QP's device and port
number to access the struct hfi1_ibport. When an
instance of struct hfi1_ctxtdata is present, it can
be used to access struct hfi1_ibport through a pointer.
This makes struct hfi1_ibport lookup time faster as an
array doesn't have to be indexed and access fields in
other cache-lines.

Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Sebastian Sanchez <sebastian.sanchez@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-02-19 09:18:35 -05:00
..
core Merge branch 'k.o/for-4.10-rc' into HEAD 2017-02-19 09:18:21 -05:00
hw IB/hfi1: Access hfi1_ibport through rcd pointer 2017-02-19 09:18:35 -05:00
sw IB/rxe: use setup_timer to simplify the code 2017-02-19 09:18:31 -05:00
ulp IB/iser: Protect completion context active_qps update 2017-02-19 09:18:31 -05:00
Kconfig RDMA/bnxt_re: Add bnxt_re driver build support 2017-02-14 09:51:28 -05:00
Makefile