commit | de882ff5b8640c34d5f1d5dfd2f22f405465aa19 | [log] [tgz] |
---|---|---|
author | Dean Luick <dean.luick@intel.com> | Tue Apr 12 10:50:28 2016 -0700 |
committer | Doug Ledford <dledford@redhat.com> | Thu Apr 28 16:32:27 2016 -0400 |
tree | 63d0207e5824148ae6b55d5ba0e18f62322ef50c | |
parent | 33a9eb527172cb46711705c858ccd605e32c82f9 [diff] |
IB/hfi1: Correctly obtain the full service class The function hdr2sc was using an unshifted mask to obtain the 5th bit of the service class. Correct the issue by using the shifted mask. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>