Searched hist:"527 dbf12e08175e510ab445528c1a2964c1129ca" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | ud.c | diff 527dbf12e08175e510ab445528c1a2964c1129ca Mon Jul 25 22:40:40 CEST 2016 Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> IB/qib, IB/hfi1: Fix grh creation in ud loopback
Instead of copying the actual GRH of type struct ib_grh, existing code copies the struct ib_global_route into the sge. This patch fixes that and constructs the actual GRH from ib_global_route and copies the GRH into the sge.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Dean Luick <dean.luick@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Don Hiatt <don.hiatt@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_ud.c | diff 527dbf12e08175e510ab445528c1a2964c1129ca Mon Jul 25 22:40:40 CEST 2016 Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> IB/qib, IB/hfi1: Fix grh creation in ud loopback
Instead of copying the actual GRH of type struct ib_grh, existing code copies the struct ib_global_route into the sge. This patch fixes that and constructs the actual GRH from ib_global_route and copies the GRH into the sge.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Dean Luick <dean.luick@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Don Hiatt <don.hiatt@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|