]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
RDMA/erdma: Refactor the initialization and destruction of EQ
authorCheng Xu <chengyou@linux.alibaba.com>
Mon, 2 Sep 2024 11:29:18 +0000 (19:29 +0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 9 Sep 2024 18:17:08 +0000 (21:17 +0300)
commitb24506f1c3c4e3379babf7c59e4873c862e674cb
treec8ff9d7bd075134830ad7dadaed595a286a61d72
parent34efda1735a179cd233479a99f09728825748ea1
RDMA/erdma: Refactor the initialization and destruction of EQ

We extracted the common parts of the initialization/destruction
process to make the code cleaner.

Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Link: https://patch.msgid.link/20240902112920.58749-2-chengyou@linux.alibaba.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/erdma/erdma.h
drivers/infiniband/hw/erdma/erdma_cmdq.c
drivers/infiniband/hw/erdma/erdma_eq.c
drivers/infiniband/hw/erdma/erdma_main.c