Created
March 31, 2026 06:42
-
-
Save FlorianHeigl/de72c603b1579dd94dc9ecbeb290a36c to your computer and use it in GitHub Desktop.
cn7322 / cn2360 loading firmware just like its nothing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 765.142769] LiquidIO 0000:01:00.0: Initializing device 177d:9702. | |
| [ 765.142946] LiquidIO 0000:01:00.0: trs:64 max_vfs:52 rings_per_vf:1 pf_srn:52 num_pf_rings:12 | |
| [ 776.352906] LiquidIO 0000:01:00.0: Firmware version: 1.7.2 | |
| [ 776.352911] LiquidIO 0000:01:00.0: octeon_download_firmware: Loading 1 images | |
| [ 776.352915] LiquidIO 0000:01:00.0: Loading firmware 1285952 at 21000000 | |
| [ 776.375532] LiquidIO 0000:01:00.0: Writing boot command: bootoct 0x21000000 numcores=$(numcores) time_sec=1774939247 time_nsec=539216810 | |
| [ 776.403319] LiquidIO 0000:01:00.1: Initializing device 177d:9702. | |
| [ 776.403448] LiquidIO 0000:01:00.1: trs:64 max_vfs:52 rings_per_vf:1 pf_srn:52 num_pf_rings:12 | |
| [ 779.282224] LiquidIO 0000:01:00.1: Running NIC (1500000000 Hz) | |
| [ 779.282237] LiquidIO 0000:01:00.0: Running NIC (1500000000 Hz) | |
| [ 779.926064] LiquidIO 0000:01:00.1: eth%d VLAN filter enabled | |
| [ 779.938085] LiquidIO 0000:01:00.1 eth0: RX Checksum Offload Enabled | |
| [ 779.949063] LiquidIO 0000:01:00.1 eth0: TX Checksum Offload Enabled | |
| [ 779.996062] LiquidIO 0000:01:00.0: eth%d VLAN filter enabled | |
| [ 780.008063] LiquidIO 0000:01:00.0 eth1: RX Checksum Offload Enabled | |
| [ 780.020060] LiquidIO 0000:01:00.0 eth1: TX Checksum Offload Enabled | |
| [ 807.766335] LiquidIO 0000:01:00.1 eth0: Link Down | |
| [ 807.766342] LiquidIO 0000:01:00.1 eth0: Max MTU changed from 1500 to 16000 | |
| [ 807.768389] LiquidIO 0000:01:00.1: eth0 interface is opened | |
| [ 810.244896] LiquidIO 0000:01:00.0 eth1: Link Down | |
| [ 810.244902] LiquidIO 0000:01:00.0 eth1: Max MTU changed from 1500 to 16000 | |
| [ 810.246497] LiquidIO 0000:01:00.0: eth1 interface is opened |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wer'e at
no_speed_settingfor some reason that stays unclear to me.octeon_device.h:#define OCTEON_CN2350_25GB_SUBSYS_ID 0X7177d
01:00.0 0200: 177d:9702 (rev 03)
IDK about that 7 but the rest seems fine?
what the hell ok anyway
I know the card can do 10g...
So I have a rev03 and that is what? REV_2_0?
I have a 2360 so we should find, for the pf, which ethtool runs against
0x9702 , 0x80 , 0X6177d
lio_core.c is how we get
no_speed_setting:note:
maybe we need to load a newer uboot first, once again, but then we won't be able to easily unload, but nowhere would you see that this wouldn't work just bc porti s down? or, wait? does it happen if the port is down at boot and no speed was set? and whatever? defaults to bad speed, no link, no speed_setting found, no way to set it?
that would support my impression that this is a bug of sorts