public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
From: cel@kernel.org
To: <kdevops@lists.linux.dev>
Cc: Chuck Lever <chuck.lever@oracle.com>
Subject: [PATCH 0/4] Add rxe as a second software RDMA option
Date: Mon,  3 Jun 2024 12:06:54 -0400	[thread overview]
Message-ID: <20240603160658.4073204-1-cel@kernel.org> (raw)

From: Chuck Lever <chuck.lever@oracle.com>

Zhu would like to have the ability to run file system tests with
software RoCE. Add rxe as an alternative to siw.

I've tested that the Kconfig and Ansible infrastructure behaves as
expected, but rxe itself might not be robust enough for the existing
workflows to pass cleanly. But hey, that's why we're running these
tests, right?

Chuck Lever (4):
  bringup.goals: Make siw settings more generic
  playbooks: Add a playbook to set up rxe on target nodes
  Kconfig: Add support for testing RDMA with software RoCE
  Update help text that mentions SIW

 Makefile                                   |  2 +-
 kconfigs/Kconfig.bringup.goals             | 36 ++++++++++++++++++----
 playbooks/roles/rxe/tasks/main.yml         | 29 +++++++++++++++++
 playbooks/roles/rxe/templates/udev-rule.j2 |  2 ++
 playbooks/rxe.yml                          |  4 +++
 scripts/rdma.Makefile                      | 23 ++++++++++++++
 scripts/siw.Makefile                       | 11 -------
 workflows/fstests/nfs/Kconfig              |  6 ++--
 workflows/gitr/nfs/Kconfig                 |  3 +-
 9 files changed, 93 insertions(+), 23 deletions(-)
 create mode 100644 playbooks/roles/rxe/tasks/main.yml
 create mode 100644 playbooks/roles/rxe/templates/udev-rule.j2
 create mode 100644 playbooks/rxe.yml
 create mode 100644 scripts/rdma.Makefile
 delete mode 100644 scripts/siw.Makefile

-- 
2.45.1


             reply	other threads:[~2024-06-03 16:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 16:06 cel [this message]
2024-06-03 16:06 ` [PATCH 1/4] bringup.goals: Make siw settings more generic cel
2024-06-03 16:06 ` [PATCH 2/4] playbooks: Add a playbook to set up rxe on target nodes cel
2024-06-03 16:06 ` [PATCH 3/4] Kconfig: Add support for testing RDMA with software RoCE cel
2024-06-03 16:54   ` Zhu Yanjun
2024-06-07 13:10   ` Zhu Yanjun
2024-06-03 16:06 ` [PATCH 4/4] Update help text that mentions SIW cel
2024-06-05 17:50 ` [PATCH 0/4] Add rxe as a second software RDMA option Chuck Lever III

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=20240603160658.4073204-1-cel@kernel.org \
    --to=cel@kernel.org \
    --cc=chuck.lever@oracle.com \
    --cc=kdevops@lists.linux.dev \
    /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