]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDMA/bnxt_re: Fix to initialize the PBL array
authorAnantha Prabhu <anantha.prabhu@broadcom.com>
Tue, 5 Aug 2025 10:10:00 +0000 (15:40 +0530)
committerLeon Romanovsky <leon@kernel.org>
Wed, 13 Aug 2025 10:35:40 +0000 (06:35 -0400)
commit806b9f494f62791ee6d68f515a8056c615a0e7b2
treedbf9c700c06140bb1be2ac14f2d625b8ae779392
parentba60a1e8cbbd396c69ff9c8bc3242f5ab133e38a
RDMA/bnxt_re: Fix to initialize the PBL array

memset the PBL page pointer and page map arrays before
populating the SGL addresses of the HWQ.

Fixes: 0c4dcd602817 ("RDMA/bnxt_re: Refactor hardware queue memory allocation")
Signed-off-by: Anantha Prabhu <anantha.prabhu@broadcom.com>
Reviewed-by: Saravanan Vajravel <saravanan.vajravel@broadcom.com>
Reviewed-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Link: https://patch.msgid.link/20250805101000.233310-5-kalesh-anakkur.purayil@broadcom.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/bnxt_re/qplib_res.c