-
Notifications
You must be signed in to change notification settings - Fork 649
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
Issue with 25 gigabit Intel 810 seemingly caused by cad1cc6 (100 gigabit driver) #1115
Comments
Revert of that commit (specifically as performed in nshalman@841d1cd ) does seem to alleviate the issue in my initial testing. |
Relates to: ipxe/ipxe#1115 This would update iPXE to the latest master plus a revert of a commit identified to break Mellanox NICs and a revert of a commit identified to break 25gigabit Intel NICS.
What if you drop the pciid of your NIC from the sources? And do you have any example of what kind of behaviour? Which build target are you using? I would assume EFI and ipxe.efi? If that is the case have you tried snponly.efi or snp.efi binaries? |
Ref: ipxe/ipxe#1115 Signed-off-by: Nahum Shalman <nshalman@equinix.com>
Ref: ipxe/ipxe#1115 Signed-off-by: Nahum Shalman <nshalman@equinix.com>
Hello, In our use case we use IPXe to boot on servers with Intel E810 25Gb SFP NIC connected to switches with LACP enabled. Our switches doesn't support any LACP fallback mode, so if IPXe doesn't establish the LACP session the install will fail. With the current IPXe code we cannot establish a LACP session, therefore the install fail. If we disable LACP on the switches, the install complete as expected. I can confirm that by commenting the following line, the installation will complete with LACP enabled: Line 963 in d2d194b
Best Regards. |
Hi all ! We also faced issues with the exact same card ( The issue we encounter is the following :
We're building iPXE using the following command :
If you need any more information, just let us know, we'll be more than happy to assist. |
I have lots of reports of weird behavior from machines with Intel 810 NICs (Specifically on the machine where I did my testing, it reports as
Intel Ethernet Controller E810-XXV for SFP
)I have bisected the issue down to cad1cc6 ("[intelxl] Add driver for Intel 100 Gigabit Ethernet NICs")
Notably, these are 25 gigabit cards, not 100 gigabit.
Please let me know what additional debugging information I can collect to further diagnose this issue.
The text was updated successfully, but these errors were encountered: