| Bug ID | 1531 |
|---|---|
| Summary | net/txgbe initialisation failed: EEPROM checksum is not valid. |
| Product | DPDK |
| Version | 21.11 |
| Hardware | x86 |
| OS | Linux |
| Status | UNCONFIRMED |
| Severity | major |
| Priority | Normal |
| Component | ethdev |
| Assignee | dev@dpdk.org |
| Reporter | 626938192@qq.com |
| Target Milestone | --- |
when build with gcc 10.3.1, start with error: ================= EAL: Using IOMMU type 8 (No-IOMMU) EAL: Probe PCI driver: net_txgbe (8088:1001) device: 0000:71:00.1 (socket 7) eth_txgbe_dev_init(): The EEPROM checksum is not valid: -258 ethdev initialisation failed EAL: Releasing PCI mapped resource for 0000:71:00.1 EAL: Calling pci_unmap_resource for 0000:71:00.1 at 0x7f58e57e0000 EAL: Calling pci_unmap_resource for 0000:71:00.1 at 0x7f74efc4e000 EAL: Requested device 0000:71:00.1 cannot be used EAL: Bus (pci) probe failed. TELEMETRY: No legacy callbacks, legacy socket not created EAL: Error - exiting with code: 1 ================= but, when gcc version change to 4.8.5, it's ok. DPDK: "21.11" NIC: "Ethernet Controller RP1000 for 10GbE SFP+ 1001" driver: "txgbe"