HomaModule
HomaModule copied to clipboard
A Linux kernel module that implements the Homa transport protocol.
Hello, I am currently preparing for my master thesis and thought I would like to analyze the pacer in more detail. My idea was to use a smart NIC to...
It works on Fedora37 with kernel 6.4.15-100, while it failed on Fedora38 with kernel 6.5.5-200 ``` [mikehuang@fedora HomaModule]$ make make -C /lib/modules/6.5.5-200.fc38.x86_64/build M=/home/mikehuang/Downloads/HomaModule modules make[1]: Entering directory '/usr/src/kernels/6.5.5-200.fc38.x86_64' CC [M]...
When testing homa with nccl-tests, I noticed that small testcases (whose messages falls under MTU) pass, while large testcases fail. Looking through the logs it seem that the packets never...
Since the `recvmsg` is indeed valid under this case, returning `EINVAL` can be confusing, I think it would be better to use another error number to indicate this situation, I...
Hello, I'm trying to run `cp_basic` on a CloudLab instance, and it gets through a few of the experiments, but gets stuck at _homa_client_tput experiment_ always, because it exceeds the...