Skip to content

Instantly share code, notes, and snippets.

@vegarnilsen
Created November 17, 2020 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vegarnilsen/dce2b5c17cf188f1fa2c7615dc6fefc4 to your computer and use it in GitHub Desktop.
Save vegarnilsen/dce2b5c17cf188f1fa2c7615dc6fefc4 to your computer and use it in GitHub Desktop.
bnx2x alternate driver info
[16:06 oslo5pool3h03 ~]$ modinfo bnx2x
filename: /lib/modules/4.19.0+1/override/bnx2x.ko
version: 1.715.0
license: GPL
description: QLogic BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Driver
author: Eliezer Tamir
srcversion: 0FB2CE8B102E94B136C4492
alias: pci:v000014E4d0000163Fsv*sd*bc*sc*i*
alias: pci:v000014E4d0000163Esv*sd*bc*sc*i*
alias: pci:v000014E4d0000163Dsv*sd*bc*sc*i*
alias: pci:v00001077d000016ADsv*sd*bc*sc*i*
alias: pci:v000014E4d000016ADsv*sd*bc*sc*i*
alias: pci:v00001077d000016A4sv*sd*bc*sc*i*
alias: pci:v000014E4d000016A4sv*sd*bc*sc*i*
alias: pci:v000014E4d000016ABsv*sd*bc*sc*i*
alias: pci:v000014E4d000016AFsv*sd*bc*sc*i*
alias: pci:v000014E4d000016A2sv*sd*bc*sc*i*
alias: pci:v00001077d000016A1sv*sd*bc*sc*i*
alias: pci:v000014E4d000016A1sv*sd*bc*sc*i*
alias: pci:v000014E4d0000168Dsv*sd*bc*sc*i*
alias: pci:v000014E4d000016AEsv*sd*bc*sc*i*
alias: pci:v000014E4d0000168Esv*sd*bc*sc*i*
alias: pci:v000014E4d000016A9sv*sd*bc*sc*i*
alias: pci:v000014E4d000016A5sv*sd*bc*sc*i*
alias: pci:v000014E4d0000168Asv*sd*bc*sc*i*
alias: pci:v000014E4d0000166Fsv*sd*bc*sc*i*
alias: pci:v000014E4d00001663sv*sd*bc*sc*i*
alias: pci:v000014E4d00001662sv*sd*bc*sc*i*
alias: pci:v000014E4d00001650sv*sd*bc*sc*i*
alias: pci:v000014E4d0000164Fsv*sd*bc*sc*i*
alias: pci:v000014E4d0000164Esv*sd*bc*sc*i*
depends: mdio,libcrc32c
retpoline: Y
name: bnx2x
vermagic: 4.19.0+1 SMP mod_unload modversions
parm: pri_map: Priority to HW queue mapping (uint)
parm: full_promiscous: Accept unmatched unicast packets (Disabled default) (uint)
parm: num_queues: Set number of queues (default is as a number of CPUs) (int)
parm: disable_iscsi_ooo: Disable iSCSI OOO support (uint)
parm: disable_tpa: Disable the TPA (LRO) feature (uint)
parm: int_mode: Force interrupt mode other than MSI-X (1 INT#x; 2 MSI) (uint)
parm: dropless_fc: Pause on exhausted host ring (uint)
parm: poll: Use polling (for debug) (uint)
parm: mrrs: Force Max Read Req Size (0..3) (for debug) (int)
parm: debug: Default debug msglevel (uint)
parm: num_vfs: Number of supported virtual functions (0 means SR-IOV is disabled) (uint)
parm: autogreeen: Set autoGrEEEn (0:HW default; 1:force on; 2:force off) (uint)
parm: native_eee:int
parm: eee:set EEE Tx LPI timer with this value; 0: HW default; -1: Force disable EEE.
parm: tx_switching: Enable tx-switching (uint)
parm: use_random_vf_mac:When set, all VFs would be configured with a default immutable MAC (uint)
parm: allow_vf_mac_change_mode:Allow VF to change MAC address despite PF sets force MAC (0 Disable (default); 1 Enable)) (uint)
parm: fairness_threshold:When set to '1' will enable the fairness threshold; 0 by Default (uint)
parm: intr_mitigation:When set to '1' will enable the interrupt mitigation; 0 by Default (uint)
[16:06 oslo5pool3h03 ~]$ lsmod | grep bnx
bnx2x 1597440 0
mdio 16384 1 bnx2x
libcrc32c 16384 4 nf_conntrack,nf_nat,bnx2x,openvswitch
[16:07 oslo5pool3h03 ~]$ cat /etc/sysconfig/fcoe
# All supported drivers listed here are loaded when service starts
# SUPPORTED_DRIVERS="libfc fcoe bnx2fc"
SUPPORTED_DRIVERS=""
# Add --debug to enable debug messages
FCOEMON_OPTS="--syslog"
[16:07 oslo5pool3h03 ~]$ systemctl status fcoe
● fcoe.service - Open-FCoE Inititator.
Loaded: loaded (/usr/lib/systemd/system/fcoe.service; disabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/fcoe.service.d
└─local.conf
Active: inactive (dead)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment