Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add igb and igbvf network driver modules #122

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Add igb and igbvf network driver modules #122

merged 1 commit into from
Sep 25, 2024

Conversation

osfrickler
Copy link
Contributor

The igb network driver can be used in certain scenarios which include SRIOV and network virtual functions.

The igb network driver can be used in certain scenarios which include
SRIOV and network virtual functions.

Signed-off-by: Dr. Jens Harbott <[email protected]>
@gibizer
Copy link

gibizer commented Sep 25, 2024

Works for me. Thanks

$ lspci
00:01.0 Class 0601: 8086:7000
00:04.0 Class 0100: 1af4:1001
00:00.0 Class 0600: 8086:1237
00:01.3 Class 0680: 8086:7113
00:03.0 Class 0200: 8086:10c9
00:01.1 Class 0101: 8086:7010
00:06.0 Class 00ff: 1af4:1005
00:02.0 Class 0300: 1af4:1050
00:05.0 Class 00ff: 1af4:1002

$ dmesg | grep 00:03
[    0.625975] pci 0000:00:03.0: [8086:10c9] type 00 class 0x020000
[    0.628473] pci 0000:00:03.0: reg 0x10: [mem 0xfeba0000-0xfebbffff]
[    0.630751] pci 0000:00:03.0: reg 0x14: [mem 0xfebc0000-0xfebdffff]
[    0.632625] pci 0000:00:03.0: reg 0x18: [io  0xc0c0-0xc0df]
[    0.636518] pci 0000:00:03.0: reg 0x1c: [mem 0xfebf0000-0xfebf3fff 64bit]
[    0.763063] pnp 00:03: [dma 2]
[    1.736471] igb 0000:00:03.0: added PHC on eth0
[    1.736617] igb 0000:00:03.0: Intel(R) Gigabit Ethernet Network Connection
[    1.736618] igb 0000:00:03.0: eth0: (PCIe:2.5Gb/s:Width x1) fa:16:3e:25:bc:df
[    1.736681] igb 0000:00:03.0: eth0: PBA No: 1040FF-0FF
[    1.736681] igb 0000:00:03.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[    2.924424] igb 0000:00:03.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX

@osfrickler osfrickler marked this pull request as ready for review September 25, 2024 10:14
@osfrickler osfrickler requested review from smoser and hrw September 25, 2024 10:15
@hrw hrw merged commit 10b1bcd into main Sep 25, 2024
4 checks passed
@hrw hrw deleted the add-module-igb branch September 25, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants