Go to main content

Oracle® Dual Port 25/100 Gb Ethernet Adapter User's Guide, Mellanox

Exit Print View

Updated: June 2022
 
 

View the Linux mlxne Network Driver

The mlxne driver for the Oracle Dual 25/100 Port Ethernet Adapter (Mellanox CX Adapter) is bundled in with the Oracle Linux operating system currently installed on your Oracle server. Use the following steps to view the installed version of the mlxne network driver.

  1. To check the version of the mlxne driver installed, type:
    # modinfo mlxne

    The output should be similar to this:

    filename:       /lib/modules/4.14.35-1902.3.2.el7uek.x86_64/kernel/drivers/net/ethernet/mellanox/mlx5/core/mlxne.ko.xz
    version:        5.0-0
    license:        Dual BSD/GPL
    description:    Mellanox Connect-IB, ConnectX-4 core driver
    author:         Eli Cohen <eli@mellanox.com>
    srcversion:     986DA10F36F7BD4395E5964
    alias:          pci:v000015B3d0000A2D3sv*sd*bc*sc*i*
    alias:          pci:v000015B3d0000A2D2sv*sd*bc*sc*i*
    alias:          pci:v000015B3d0000101Csv*sd*bc*sc*i*
    alias:          pci:v000015B3d0000101Bsv*sd*bc*sc*i*
    alias:          pci:v000015B3d0000101Asv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001019sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001018sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001017sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001016sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001015sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001014sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001013sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001012sv*sd*bc*sc*i*
    alias:          pci:v000015B3d00001011sv*sd*bc*sc*i*
    depends:        ptp,mlxfw
    retpoline:      Y
    intree:         Y
    name:           mlxne
    vermagic:       4.14.35-1902.3.2.el7uek.x86_64 SMP mod_unload modversions
    
  2. To view additional information about the driver, type:
    # ethtool -i enp59s0f0

    The output should be similar to this:

    driver: mlxne
    version: 5.0-0
    firmware-version: 16.29.1414 (ORC0000000003)
    expansion-rom-version:
    bus-info: 0000:3b:00.0
    supports-statistics: yes
    supports-test: yes
    supports-eeprom-access: no
    supports-register-dump: no
    supports-priv-flags: yes
    

Related Information