]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDMA/mana_ib: Allocate PAGE aligned doorbell index
authorKonstantin Taranov <kotaranov@microsoft.com>
Wed, 5 Feb 2025 10:30:05 +0000 (02:30 -0800)
committerLeon Romanovsky <leon@kernel.org>
Thu, 6 Feb 2025 09:03:10 +0000 (04:03 -0500)
commit29b7bb98234cc287cebef9bccf638c2e3f39be71
tree64051e5003c47f6c6e77315433475a7750e0c3d7
parentabc7b3f1f056d69a8f11d6dceecc0c9549ace770
RDMA/mana_ib: Allocate PAGE aligned doorbell index

Allocate a PAGE aligned doorbell index to ensure each process gets a
separate PAGE sized doorbell area space remapped to it in mana_ib_mmap

Fixes: 0266a177631d ("RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter")
Signed-off-by: Shiraz Saleem <shirazsaleem@microsoft.com>
Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com>
Link: https://patch.msgid.link/1738751405-15041-1-git-send-email-kotaranov@linux.microsoft.com
Reviewed-by: Long Li <longli@microsoft.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/mana/main.c