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>
This commit is contained in:

committed by
Doug Ledford

parent
ecdb19f4b5
commit
16570d3da0
@@ -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;
|
||||
|
Reference in New Issue
Block a user