Linux: Ethernet驱动Mellanox:mlx5,driver

启动log

通过命令# lspci -vkmm 可以查看对应的 class/vendor的含义 // -mm Dump PCI device data in a machine readable form for easy parsing by scripts. See below for details.
Slot: 00:08.0
Class: Ethernet controller
Vendor: Intel Corporation
Device: 82599ES 10-Gigabit SFI/SFP+ Network Connection
SVendor: Hewlett-Packard Company
SDevice: Ethernet 10Gb 2-port 560FLR-SFP+ Adapter
PhySlot: 8
Rev: 01
Driver: ixgbe
Module: ixgbe

Feb 29 11:54:39 localhost kernel: pci 0000:00:07.0: [15b3:1016] type 00 class 0x020000 //vendor: 15b3, device: 1016, type: 00, class: 0x020000; //0x15b3, 是Mellanox的制造商代码
Feb 29 11:54:39 localhost kernel: pci 0000:00:07.0: reg 0x10: [mem 0xfe000000-0xfe0fffff 64bit pref]
Feb 29 11:54:39 localhost kernel: pci 0000:00:08.0: [15b3:1016] type 00 class 0x020000
Feb 29 11:54:39 localhost kernel: pci 0000:00:08.0: reg 0x10: [mem 0xfe100000-0xfe1fffff 64bit pref]
Lin

你可能感兴趣的:(驱动,linux)