diff options
author | Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> | 2022-05-20 14:37:22 -0400 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-05-24 15:08:32 -0300 |
commit | 1994c3134068aee50a7c3805f9d01f8736604ac2 (patch) | |
tree | 66ece9cd2abf4963e0889ee44a71131fbd622e89 /drivers/infiniband/hw/hfi1/file_ops.c | |
parent | 676bffa02e4a511bcc32051ca9a7d544dc6bc6e5 (diff) | |
download | lwn-1994c3134068aee50a7c3805f9d01f8736604ac2.tar.gz lwn-1994c3134068aee50a7c3805f9d01f8736604ac2.zip |
RDMA/hfi1: Consolidate software versions
There is no need to have separate user and kernel software versions. There
is a single software that the kernel is compatible with.
Also remove the notion of a "kernel type" that is long since deprecated.
Link: https://lore.kernel.org/r/20220520183722.48973.60262.stgit@awfm-01.cornelisnetworks.com
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/file_ops.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/file_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/file_ops.c b/drivers/infiniband/hw/hfi1/file_ops.c index 3ebdd42fec36..2e4cf2b11653 100644 --- a/drivers/infiniband/hw/hfi1/file_ops.c +++ b/drivers/infiniband/hw/hfi1/file_ops.c @@ -1222,7 +1222,7 @@ static int get_base_info(struct hfi1_filedata *fd, unsigned long arg, u32 len) memset(&binfo, 0, sizeof(binfo)); binfo.hw_version = dd->revision; - binfo.sw_version = HFI1_KERN_SWVERSION; + binfo.sw_version = HFI1_USER_SWVERSION; binfo.bthqp = RVT_KDETH_QP_PREFIX; binfo.jkey = uctxt->jkey; /* |