summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorLi RongQing <lirongqing@baidu.com>2026-07-06 14:09:02 +0800
committerMichael S. Tsirkin <mst@redhat.com>2026-08-03 23:08:19 -0400
commit77de17065aba501fba5e36ede6e6e3e4cba9a264 (patch)
treeffb51bf274356eedf3410b8bd6e4cdcbab797e19 /scripts/Makefile.thinlto
parent89eca683984bbebde2516db452b3f1dac6dabc2b (diff)
downloadlinux-next-77de17065aba501fba5e36ede6e6e3e4cba9a264.tar.gz
linux-next-77de17065aba501fba5e36ede6e6e3e4cba9a264.zip
vdpa/mlx5: fix wrong MLX5_ADDR_OF struct type in alloc_inout()
In alloc_inout(), the qpc field offset was computed using MLX5_ADDR_OF(rst2init_qp_in, ...) in both the INIT2RTR_QP and RTR2RTS_QP cases. This is a copy-paste error: each case should use its own input structure type to get the correct qpc offset. Fix the INIT2RTR_QP case to use MLX5_ADDR_OF(init2rtr_qp_in, ...) and the RTR2RTS_QP case to use MLX5_ADDR_OF(rtr2rts_qp_in, ...). Signed-off-by: Li RongQing <lirongqing@baidu.com> Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260706060902.2341-1-lirongqing@baidu.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions