Go to main content

Oracle® Dual Port 25 Gb Ethernet Adapter User's Guide

Exit Print View

Updated: June 2019
 
 

Verify the bnxt_en Driver (Linux)

  1. Check the version of the bnxt_en driver.
    # modinfo bnxt_en
    filename:       /lib/modules/4.1.12-94.el7uek.x86_64/updates/bnxt_en.ko
    version:        1.7.30
    description:    Broadcom BCM573xx network driver
    license:        GPL
    srcversion:     7EEACBE0D0FBD47E43A386D
    alias:          pci:v000014E4d000016E5sv*sd*bc*sc*i*
    alias:          pci:v000014E4d000016E1sv*sd*bc*sc*i*
    <..output omitted..>
    alias:          pci:v000014E4d000016C8sv*sd*bc*sc*i*
    alias:          pci:v000014E4d000016C0sv*sd*bc*sc*i*
    depends:        vxlan
    vermagic:       4.1.12-94.el7uek.x86_64 SMP mod_unload modversions

    If the bnxt_en driver is not listed, the driver might not be loaded.

  2. If the bnxt_en driver is not loaded, load it.
    # modprobe bnxt_en
  3. View additional information about the driver.

    For example:

    # ethtool -i ens2f0
    driver: bnxt_en
    version: 1.7.30
    firmware-version: 20.6.133/1.7.8 pkg 20.06.04.01
    expansion-rom-version:
    bus-info: 0000:c0:00.0
    supports-statistics: yes
    supports-test: yes
    supports-eeprom-access: yes
    supports-register-dump: no
    supports-priv-flags: no

Related Information