public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/4] Add rxe as a second software RDMA option
@ 2024-06-03 16:06 cel
  2024-06-03 16:06 ` [PATCH 1/4] bringup.goals: Make siw settings more generic cel
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: cel @ 2024-06-03 16:06 UTC (permalink / raw)
  To: kdevops; +Cc: Chuck Lever

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-06-07 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 16:06 [PATCH 0/4] Add rxe as a second software RDMA option cel
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox