EOL Information
All Myricom Network Adapters are End-of-Life (EOL) and not recommended for new programs. The hardware and software is no longer supported and there will be no driver updates. We are no longer able to repair these cards.
The existing SNF, DBL, MVA, MX and myri10ge drivers do not work with the latest Windows, Linux and ESXi releases.
EOL hardware includes A, B, C, D and E-class adapters. For example, model numbers like 10G-PCIE-8B-S, 10G-PCIE2-8C2-2S or 10G-PCIE3-8E-4S
Alternatives
SNF: Our current offerings are based on third-party hardware like Intel and nVidia/Mellanox adapters instead of our own Myricom hardware. The SNF API is now a wrapper around the DPDK implementation. See the following datasheet for more information:
https://support-aria.s3.amazonaws.com/SNF/ARIA_Myricom_SNF_Datasheet.pdf
We do not have any alternatives for DBL, MVA, MX or myri10ge software.
Support History
SNFv3: Version 3.0.26, Supporting up to CentOS 8.5 or Linux kernel 5.5, Released 1/25/22
https://support-cspi.s3.amazonaws.com/SNF/myri_snf-3.0.26.50935_0bf553213.rhel-3495.x86_64.rpm
SNFv5: Version 5.3.2.11, Supporting up to CentOS 8.3 or Linux kernel 5.5.1, Released 1/7/21
https://support-cspi.s3.amazonaws.com/SNF/myri_snf-5.3.2.11.54430_eb5a8bd03.rhel.phx-6990.x86_64.rpm
DBLv3: Version 3.1.6, Supporting Windows 2012, 2016, 7 and 10 (non-signed)
https://support-cspi.s3.amazonaws.com/DBL/dbl-3.1.6.52817_x64_wlh.msi
DBLv5 for 8D-2S cards, Version 5.0.7, Firmware version 1.5.0 with phx-tools version 1.24 or later
https://support-cspi.s3.amazonaws.com/DBL/dbl-5.0.7.53814.PHX_x64_wlh.msi
DBLv5 for 8E-2S cards, Version 5.5.2, Supporting Windows 2012, 2016, 2019, and 10 (non-signed), Firmware version 2.0.6 with phx-tools version 1.34 or later (1.41), Released 2/18/22
https://support-cspi.s3.amazonaws.com/DBL/dbl-5.5.2.54039.PHX_x64_wlh.msi
DBLv5 for 8E-2S cards, Version 5.5.1, Supporting up to CentOS 8.0 or Linux Kernel 5.5, Firmware version 2.0.6 with phx-tools version 1.34 or later (1.41), Released 2/14/22
https://support-cspi.s3.amazonaws.com/DBL/myri_dbl-5.5.1.54037.PHX_9e4723641.phx-6595.x86_64.tgz
MVAv2: Version 2.0.5.577 for Windows
https://support-cspi.s3.amazonaws.com/MVA/mva-2.0.5.577_x64_wlh_signed.msi
SNF Driver Build
We are no longer providing driver updates for SNF since it is EOL. However, if you can run the /opt/snf/sbin/rebuild.sh script, the log will tell you what failed and you may be able to modify the code to avoid the compiler errors on more recent Linux versions.
You may be able to make changes to /opt/snf/src/driver/linux/kbuild/mx_ether.c and then run /opt/snf/sbin/rebuild.sh.
You can try removing the mx_ether_napi_weight argument in netif_napi_add, it looks like the driver will just use the default weight without it. Eg.
netif_napi_add(dev, ð->arch.napi, mx_ether_poll);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article