]> asedeno.scripts.mit.edu Git - linux.git/commit
iw_cxgb4: use tos when finding ipv6 routes
authorSteve Wise <swise@opengridcomputing.com>
Fri, 1 Feb 2019 20:44:53 +0000 (12:44 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 8 Feb 2019 23:18:06 +0000 (16:18 -0700)
commitc8a7eb554a83214c3d8ee5cb322da8c72810d2dc
treeb5306f8ee69231abbaa4d17ee8953f215eb8495b
parentcb3ba0bde881f0cb7e3945d2a266901e2bd18c92
iw_cxgb4: use tos when finding ipv6 routes

When IPv6 support was added, the correct tos was not passed to
cxgb_find_route6(). This potentially results in the wrong route entry.

Fixes: 830662f6f032 ("RDMA/cxgb4: Add support for active and passive open connection with IPv6 address")
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/cxgb4/cm.c