From: Cheng Xu <chengyou@linux.alibaba.com>
To: jgg@ziepe.ca, leon@kernel.org
Cc: linux-rdma@vger.kernel.org, KaiShen@linux.alibaba.com
Subject: [PATCH for-next 0/4] RDMA/erdma: erdma updates
Date: Fri, 23 Aug 2024 15:50:54 +0800 [thread overview]
Message-ID: <20240823075058.89488-1-chengyou@linux.alibaba.com> (raw)
Hi,
This series has some updates for erdma driver:
- #1 always issues a reset request in probe routing to ensure that
the hardware is ready to probe before continuing.
- #2 refactors the initialization and destruction process of EQ to
make the code cleaner.
- #3 adds disassociate ucontext support.
- #4 returns QP state in erdma_query_qp.
Thanks,
Cheng Xu
Cheng Xu (4):
RDMA/erdma: Make the device probe process more robust
RDMA/erdma: Refactor the initialization and destruction of EQ
RDMA/erdma: Add disassociate ucontext support
RDMA/erdma: Return QP state in erdma_query_qp
drivers/infiniband/hw/erdma/erdma.h | 4 +-
drivers/infiniband/hw/erdma/erdma_cmdq.c | 26 ++-----
drivers/infiniband/hw/erdma/erdma_eq.c | 83 +++++++++++++----------
drivers/infiniband/hw/erdma/erdma_main.c | 49 ++++++++++---
drivers/infiniband/hw/erdma/erdma_verbs.c | 29 +++++++-
drivers/infiniband/hw/erdma/erdma_verbs.h | 1 +
6 files changed, 121 insertions(+), 71 deletions(-)
--
2.31.1
next reply other threads:[~2024-08-23 7:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 7:50 Cheng Xu [this message]
2024-08-23 7:50 ` [PATCH for-next 1/4] RDMA/erdma: Make the device probe process more robust Cheng Xu
2024-08-23 7:50 ` [PATCH for-next 2/4] RDMA/erdma: Refactor the initialization and destruction of EQ Cheng Xu
2024-08-26 13:51 ` kernel test robot
2024-08-27 1:25 ` Cheng Xu
2024-08-26 16:05 ` kernel test robot
2024-08-23 7:50 ` [PATCH for-next 3/4] RDMA/erdma: Add disassociate ucontext support Cheng Xu
2024-08-23 7:50 ` [PATCH for-next 4/4] RDMA/erdma: Return QP state in erdma_query_qp Cheng Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240823075058.89488-1-chengyou@linux.alibaba.com \
--to=chengyou@linux.alibaba.com \
--cc=KaiShen@linux.alibaba.com \
--cc=jgg@ziepe.ca \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox