Home
last modified time | relevance | path

Searched hist:"2 af541bf8e32ee73f17fb28e2b3766a96b7311e5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cmdq.c2af541bf8e32ee73f17fb28e2b3766a96b7311e5 Tue Jul 26 20:49:20 CDT 2022 Cheng Xu <chengyou@linux.alibaba.com> RDMA/erdma: Add cmdq implementation

Cmdq is the main control plane channel between erdma driver and hardware.
After erdma device is initialized, the cmdq channel will be active in the
whole lifecycle of this driver.

This commit also includes two modifications from Christophe, one is using
the bitmap API to allocate bitmaps instead of hand-writing, and another
is using the non-atomic bitmap API when applicable.

Link: https://lore.kernel.org/r/20220727014927.76564-5-chengyou@linux.alibaba.com
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>