Commit 2d45ba0
committed
libfabric: Use desc-specific target offset
This fixes a bug in multi-descriptor transfers where the
descriptors refer to different offsets within a region (each)
descriptor's .addr field points to a different sub-region,
or partial buffer updates, SG operations, etc.
Without this fix, RDMA reads always target offset 0. Should
extract each descriptor's specific target address instead.
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>1 parent 5ee7e35 commit 2d45ba0
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | | - | |
| 1020 | + | |
| 1021 | + | |
1021 | 1022 | | |
1022 | 1023 | | |
1023 | 1024 | | |
| |||
1053 | 1054 | | |
1054 | 1055 | | |
1055 | 1056 | | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1056 | 1060 | | |
1057 | 1061 | | |
1058 | 1062 | | |
1059 | 1063 | | |
1060 | | - | |
| 1064 | + | |
1061 | 1065 | | |
1062 | 1066 | | |
1063 | 1067 | | |
| |||
0 commit comments