diff options
author | Sebastian Sanchez <sebastian.sanchez@intel.com> | 2017-08-04 23:52:20 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-22 21:22:36 +0300 |
commit | 16570d3da0938e0c46c31e5f97c9c8452025d2e7 (patch) | |
tree | e690a3664089d5da84f7a12659c49b0ac7d630a7 /include/rdma | |
parent | ecdb19f4b513033e6f2c4326cd5b81e04393e5e1 (diff) | |
download | linux-16570d3da0938e0c46c31e5f97c9c8452025d2e7.tar.xz |
IB/hfi1: Remove pmtu from the QP structure
The pmtu field doens't have be stored in the QP structure
as it can easily be calculated when needed.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Sebastian Sanchez <sebastian.sanchez@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/rdmavt_qp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdmavt_qp.h b/include/rdma/rdmavt_qp.h index 07e2fffa6de6..8fbafb0ce674 100644 --- a/include/rdma/rdmavt_qp.h +++ b/include/rdma/rdmavt_qp.h @@ -277,7 +277,6 @@ struct rvt_qp { unsigned long timeout_jiffies; /* computed from timeout */ - enum ib_mtu path_mtu; int srate_mbps; /* s_srate (below) converted to Mbit/s */ pid_t pid; /* pid for user mode QPs */ u32 remote_qpn; |