]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA/mlx4: Remove unused create_flags field from CQ structure
authorLeon Romanovsky <leonro@nvidia.com>
Fri, 13 Feb 2026 10:57:50 +0000 (12:57 +0200)
committerLeon Romanovsky <leonro@nvidia.com>
Wed, 25 Feb 2026 13:15:30 +0000 (08:15 -0500)
commit58409f0d4dd3f9e987214064e49b088823934304
treee45ffc6f5f8efeb7fbaad4adc1dc4b5495d28478
parentf45f195af521b6741d518c0fc601c735fbc42c64
RDMA/mlx4: Remove unused create_flags field from CQ structure

The CQ creation flags do not need to be cached, as they are used
immediately at the point where they are stored. Remove the unused
field and reclaim 4 bytes.

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