linux/drivers/infiniband/sw
Andrew Boyer 825a51a4af IB/rxe: Fix up rxe_qp_cleanup()
Replace sk_dst_get()/dst_release() in rxe_qp_cleanup() with sk_dst_reset().
sk_dst_get() takes a new reference on dst, so the dst_release() doesn't
actually release the original reference, which was the design intent.

Fixes: 4ed6ad1eb3 ("IB/rxe: Cache dst in QP instead of getting it...")
Signed-off-by: Andrew Boyer <andrew.boyer@dell.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-08-28 19:12:34 -04:00
..
rdmavt IB/rdmavt: Handle dereg of inuse MRs properly 2017-08-28 19:12:31 -04:00
rxe IB/rxe: Fix up rxe_qp_cleanup() 2017-08-28 19:12:34 -04:00
Makefile Soft RoCE driver 2016-08-04 11:13:12 -04:00