]> asedeno.scripts.mit.edu Git - linux.git/commit
net/smc: use device link provided in qp_context
authorKarsten Graul <kgraul@linux.ibm.com>
Wed, 30 Jan 2019 17:51:07 +0000 (18:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2019 22:45:45 +0000 (14:45 -0800)
commite5f3aa04dbfd92154f21edfeb7a1676a45918928
treefcc1aec701c7f929d6fef5b12354d962dcce1e47
parent2dee25af42f99b476d5916aeac5c994e4dcc910b
net/smc: use device link provided in qp_context

The device field of the IB event structure does not always point to the
SMC IB device. Load the pointer from the qp_context which is always
provided to smc_ib_qp_event_handler() in the priv field. And for qp
events the affected port is given in the qp structure of the ibevent,
derive it from there.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_ib.c