]> git.ipfire.org Git - thirdparty/linux.git/commit
RDMA/mlx5: Save 4 bytes in CQ structure
authorLeon Romanovsky <leonro@nvidia.com>
Fri, 13 Feb 2026 10:57:46 +0000 (12:57 +0200)
committerLeon Romanovsky <leonro@nvidia.com>
Wed, 25 Feb 2026 13:15:30 +0000 (08:15 -0500)
commiteebea464f548923a7d624002a04c50fd600a1cf5
treef0703854a2c6ac8c8cae982cc46dcafa2d2901bb
parent66011c1bd797f13124259db201ac9a430a40ba75
RDMA/mlx5: Save 4 bytes in CQ structure

There is no need to maintain separate, nearly empty create_flags and
private_flags fields. Unifying them reduces memory usage.

Link: https://patch.msgid.link/20260213-refactor-umem-v1-10-f3be85847922@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/infiniband/hw/mlx5/cq.c
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/qp.c