]> git.baikalelectronics.ru Git - kernel.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)
commit137359a1addee254ffc394935cf505d234ddac16
treefcc1aec701c7f929d6fef5b12354d962dcce1e47
parentab94a03b50a02e0189f48f27ebb403047018e77a
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