-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for MLNX OFED LTS 4.9-4.1.7.0 #2
Comments
Hi @joaquintorres I can take a look at MLNX OFED 4.9, the new LTS version is 5.4 by the way. Can you provide the modules that are loaded on the system with this Connect-X card? If it's Please let me know, so I can help you with that. |
It doesn't appear to be
Full lsmod output:
|
It seems to be a But if you can wait, I'm looking at MLNX OFED 4.9 right now, at the end of the day the card is still supported on 4.9. Just give me some hours to work on it. |
I thought it might be a ConnectX-2 because some things seemed to indicate so, but from all I can gather based on the model it's just ConnectX. |
@joaquintorres the patch is now live. The issue was automatically closed with the commit. I've tested it and seems to be working as expected:
After the patch:
Please note that you must install MLNX OFED 4.9 with Which is the exactly same issue. If it still didn't work for you please let me know and open another issue. Thank you. |
It looks like it works properly, thanks!
I'm assuming since it's also a conflict with |
@joaquintorres just to fill all the questions. Yes I assumed Without it, is just a mess. |
It does seem like the more sane default since most systems (at least the builds I saw) will use EL8 as a base. I guess edge cases like mine of working with absurdly outdated hardware won't be as frequent or relevant. Understandable, but still a shame that perfectly good hardware can't work without going through multiple hurdles or keeping the software stack outdated. |
Hi! Thanks for your work on this script, I tested it on a more recent version and worked like a charm.
I was wondering if it would be possible to apply the patch to the LTS version of MLNX OFED, I'm working with some really outdated/EOL hardware (ConnectX interfaces) and I only could get it to work under the LTS and not 5.x versions, given the drop in mlx4 support. I don't follow the full extent of what the script is doing, but if I understood correctly what changes with each version is how CMakeLists is populated and the version of
rdma-core
, right? Or would there be some significant difference for 4.x that I'm missing?Some relevant outputs of my set up:
(MLNX_OFED_LINUX-4.9-4.1.7.0-rhel8.5-x86_64.iso)
(Notably libibmad.so.5 is also causing some issues)
(From what I understand the first lines are the ones relevant to the script)
I can try patching things myself but I don't want to cause further breakage without fully understanding how the patch works. I'm not sure if installing 5.5 and applying the patch would help support my card, if possible I'd like to avoid uninstalling something that's already working. Any help would be greatly appreciated.
Regards,
Joaquín Torres
HPC Cluster SysAdmin
e-mail: [email protected]
Laboratorio de Simulación, Modelado y Diseño Computacional
Centro Atómico Constituyentes, Comisión Nacional de Energía Atómica
Av. Gral. Paz 1499, B1650 Villa Maipú
Provincia de Buenos Aires
The text was updated successfully, but these errors were encountered: