]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
IB/rxe: Add dst_clone() in prepare_ipv6_hdr()
authorAndrew Boyer <andrew.boyer@dell.com>
Mon, 28 Aug 2017 20:11:54 +0000 (16:11 -0400)
committerDoug Ledford <dledford@redhat.com>
Mon, 28 Aug 2017 23:12:34 +0000 (19:12 -0400)
commit48c22be4abaf3925e8ff74fb3ce5214b082ca989
treec134c752f70f58cc5c8e4b7fa2a09aee4140f51a
parentb9109b7ddb13a52b379c3e57d9b1d74d7445e94d
IB/rxe: Add dst_clone() in prepare_ipv6_hdr()

Otherwise the reference count goes negative as IPv6 packets complete.

Fixes: 4ed6ad1eb30e ("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>
drivers/infiniband/sw/rxe/rxe_net.c