You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's completely possible to unlock an XL710 to work with unqualified 40GbE QSFP+ modules. I've tested my XL710-QDA2 NIC with HPE X140 40Gb BiDi QSFP+ module and this combination works fine (however intel datasheet for the card says BiDi optical modules are unsupported).
For unlocking XL710-based NIC you only need to set 11th bit in 0x0008 offset to 0. So for my NIC PHY Capability data structure 0 looks like:
000067fa 00 0x000b
000067fa 01 0x0023
000067fa 02 0x0600
000067fa 03 0x0700
000067fa 04 0x0000
000067fa 05 0x0000
000067fa 06 0x0e0d
000067fa 07 0x0000 000067fa 08 0x0310 <- this data was modified
000067fa 09 0x0000
000067fa 0a 0x0a1e
000067fa 0b 0x0002
Do you think it is possible to unlock an XL710 40GbE with this?
I have been looking around a bit and think I've found the offsets, but it looks quite different.
The text was updated successfully, but these errors were encountered: