public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: zhenwei pi <zhenwei.pi@linux.dev>
Cc: linux-rdma@vger.kernel.org, zyjzyj2000@gmail.com, jgg@ziepe.ca
Subject: Re: Github RXE CI support
Date: Thu, 12 Jun 2025 11:27:07 +0300	[thread overview]
Message-ID: <20250612082707.GR10669@unreal> (raw)
In-Reply-To: <f1cdcb41eb6939ccd12905391f473e74337c0391@linux.dev>

On Sun, Jun 08, 2025 at 10:28:04AM +0000, zhenwei pi wrote:
> Hi,
> 
> On July 2024, I attempted to contribute the new feature of Valkey Over RDMA to the Valkey community, which allows Valkey to communicate using RDMA and achieved significant performance improvements and latency reductions. Valkey is a popular KV database with a large number of users, so relevant CI testing is necessary. However, the virtual machine used by GitHub does not support RXE (compilation option is not turned on), so we need to compile an out of tree RXE driver in a timely manner and install it into CI's virtual machine, and then run the automated testing program. At that time, in order to support this feature as soon as possible, I copied the RXE code from Linux based on the kernel version of GitHub virtual machine and successfully ran it. Later, with the upgrade of the GitHub virtual machine kernel version, it was also upgraded once.
> 
> Link of my RXE: https://github.com/pizhenwei/rxe.git
> Github CI steps example(Valkey: https://github.com/valkey-io/valkey.git, CI config: .github/workflows/ci.yml):
>     steps:
>       - name: clone-rxe-kmod
>         run: |
>           mkdir -p tests/rdma/rxe
>           git clone https://github.com/pizhenwei/rxe.git tests/rdma/rxe
>           make -C tests/rdma/rxe
>       - name: clear-kernel-log
>         run: sudo dmesg -c > /dev/null
>       - name: test
>         run: sudo ./runtest-rdma --install-rxe
> 
> Because Github CI virtual machine does not allow to run 'insmod -f tests/rdma/rxe/rdma_rxe.ko' directly, it's installed by 'sudo ./runtest-rdma --install-rxe'. 
> 
> With the increasing popularity of RDMA, more and more services may require automated testing based on RXE. I hope to have community support for the corresponding official version, rather than using multiple personally supported versions(like my RXE).

There is no such thing like "official supported version" for in-tree kernel modules.
Use latest from rdma-rc branch.

Thanks

> 
> Looking forward to the response from the RXE community!
> 

      reply	other threads:[~2025-06-12  8:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-08 10:28 Github RXE CI support zhenwei pi
2025-06-12  8:27 ` Leon Romanovsky [this message]

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=20250612082707.GR10669@unreal \
    --to=leon@kernel.org \
    --cc=jgg@ziepe.ca \
    --cc=linux-rdma@vger.kernel.org \
    --cc=zhenwei.pi@linux.dev \
    --cc=zyjzyj2000@gmail.com \
    /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