aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2021-10-07 15:40:47 -0500
committerJason Gunthorpe <[email protected]>2021-10-12 13:25:26 -0300
commitcfc0312d9c83a5bbb66fa73ba47dd1301d75b2e8 (patch)
treeb196c35eff87fc2b02dc1408d6ebaad02c2ad08a /tools/perf/scripts/python
parentf4e56ec4452f48b8292dcf0e1c4bdac83506fb8b (diff)
RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wr
Move the struct rxe_av av from struct rxe_send_wqe to struct rxe_send_wr placing it in wr.ud at the same offset as it was previously. This has the effect of increasing the size of struct rxe_send_wr while keeping the size of struct rxe_send_wqe the same. This better reflects the use of this field which is only used for UD sends. This change has no effect on ABI compatibility so the modified rxe driver will operate with older versions of rdma-core. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions