]> git.baikalelectronics.ru Git - kernel.git/commit
IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bit
authorDon Hiatt <don.hiatt@intel.com>
Fri, 22 Dec 2017 16:46:00 +0000 (08:46 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 22 Dec 2017 20:46:11 +0000 (13:46 -0700)
commite61680bccccad1083c424e7d429c4d5535850919
treeed24694f10c4c4c1d5027e6333dcea29a3c3b627
parent5000bbd60e064e86a6ab1a1b4ce8282e5907f7bb
IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bit

Change the slid arg to ingress_pkey_table_fail() to a full
32Bits and do not convert to 16Bits in caller. This is so we
can keep everything 32bit in the kernel and only change to
16bit at the uapi boundary.

Signed-off-by: Don Hiatt <don.hiatt@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hfi1/hfi.h
drivers/infiniband/hw/hfi1/mad.c