Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openstack-cluster-installer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenStackOpenStack
  • debian
  • openstack-cluster-installer
  • Merge requests
  • !29

fix intel NIC firmware version detection

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Seth Tunstall requested to merge sethp/openstack-cluster-installer:intel-nic-firmware into debian/yoga Mar 21, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

frustratingly, ethtool version 5.9 puts commas in the firmware version output with igb cards:

driver: igb
version: 5.10.0-11-amd64
firmware-version: 1.70, 0x80001060, 1.2836.0

this behaviour seems dependent on the network driver, as the same doesn't happen on i40e, e1000e, r8152, r8169, or the various USB and wifi NICs I have tried it on:

driver: i40e
version: 5.10.0-11-amd64
firmware-version: 5.60 0x8000355f 1.1752.0
expansion-rom-version:
Edited Mar 21, 2022 by Seth Tunstall
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: intel-nic-firmware