Message ID | 20240311113821.22482-1-boshiyu@alibaba-inc.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/erdma: A series of fixes for the erdma driver | expand |
On Mon, Mar 11, 2024 at 07:38:18PM +0800, Boshi Yu wrote: > Hi, > > This series of patchs introduce a new dma pool named db_pool for doorbell > record allocation. Besides, we unify the names related to doorbell records > into dbrec for simplicity. By the way, we also remove the uncessary > __GFP_ZERO flag when calling dma_alloc_coherent(). > > - #1 introduces the dma pool named db_pool and allocates all doorbell > records from it. > - #2 unifies the names related to doorbell record into dbrec. > - #3 remove the unnecessary __GFP_ZERO flag when calling > dma_alloc_coherent(). > > Thanks, > Boshi Yu We are in merge window now and don't accept new features till -rc1 is released. Thanks > > Boshi Yu (3): > RDMA/erdma: Allocate doorbell records from dma pool > RDMA/erdma: Unify the names related to doorbell records > RDMA/erdma: Remove unnecessary __GFP_ZERO flag > > drivers/infiniband/hw/erdma/erdma.h | 13 +-- > drivers/infiniband/hw/erdma/erdma_cmdq.c | 99 +++++++++++--------- > drivers/infiniband/hw/erdma/erdma_cq.c | 2 +- > drivers/infiniband/hw/erdma/erdma_eq.c | 54 ++++++----- > drivers/infiniband/hw/erdma/erdma_hw.h | 6 +- > drivers/infiniband/hw/erdma/erdma_main.c | 15 +++- > drivers/infiniband/hw/erdma/erdma_qp.c | 4 +- > drivers/infiniband/hw/erdma/erdma_verbs.c | 105 ++++++++++++---------- > drivers/infiniband/hw/erdma/erdma_verbs.h | 16 ++-- > 9 files changed, 181 insertions(+), 133 deletions(-) > > -- > 2.39.3 > >
On Mon, 11 Mar 2024 19:38:18 +0800, Boshi Yu wrote: > This series of patchs introduce a new dma pool named db_pool for doorbell > record allocation. Besides, we unify the names related to doorbell records > into dbrec for simplicity. By the way, we also remove the uncessary > __GFP_ZERO flag when calling dma_alloc_coherent(). > > - #1 introduces the dma pool named db_pool and allocates all doorbell > records from it. > - #2 unifies the names related to doorbell record into dbrec. > - #3 remove the unnecessary __GFP_ZERO flag when calling > dma_alloc_coherent(). > > [...] Applied, thanks! [1/3] RDMA/erdma: Allocate doorbell records from dma pool https://git.kernel.org/rdma/rdma/c/f0697bf078368d [2/3] RDMA/erdma: Unify the names related to doorbell records https://git.kernel.org/rdma/rdma/c/fdb09ed15f272a [3/3] RDMA/erdma: Remove unnecessary __GFP_ZERO flag https://git.kernel.org/rdma/rdma/c/df0e16bab5c7f1 Best regards,