[Bug 272090] [igb][i350] hwvlanfilter issue

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Jun 2023 14:38:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272090

--- Comment #6 from Konrad <konrad.kreciwilk@korbank.pl> ---
dmesg is gone but I can put:


sysctl -a | grep -i eeprom
dev.igb.3.fw_version: EEPROM V1.67-0 Option ROM V17-b0-p12 eTrack 0x80000dd0
dev.igb.2.fw_version: EEPROM V1.67-0 Option ROM V17-b0-p12 eTrack 0x80000dd0
dev.igb.1.fw_version: EEPROM V2.4-0 eTrack 0x00012b80
dev.igb.0.fw_version: EEPROM V2.4-0 eTrack 0x00012b80


sysctl -a | grep -i igb.3 | grep -i pnpinfo
dev.igb.3.%pnpinfo: vendor=0x8086 device=0x1521 subvendor=0x8086
subdevice=0x5002 class=0x020000


igb3@pci0:3:0:1:        class=0x020000 rev=0x01 hdr=0x00 vendor=0x8086
device=0x1521 subvendor=0x8086 subdevice=0x5002
    vendor     = 'Intel Corporation'
    device     = 'I350 Gigabit Network Connection'
    class      = network
    subclass   = ethernet
    bar   [10] = type Memory, range 32, base 0xb1a00000, size 1048576, enabled
    bar   [1c] = type Memory, range 32, base 0xb1c00000, size 16384, enabled
    cap 01[40] = powerspec 3  supports D0 D3  current D0
    cap 05[50] = MSI supports 1 message, 64 bit, vector masks 
    cap 11[70] = MSI-X supports 10 messages, enabled
                 Table in map 0x1c[0x0], PBA in map 0x1c[0x2000]
    cap 10[a0] = PCI-Express 2 endpoint max data 256(512) FLR RO NS
                 max read 512
                 link x4(x4) speed 5.0(5.0) ASPM disabled(L0s/L1)
    cap 03[e0] = VPD
    ecap 0001[100] = AER 2 0 fatal 0 non-fatal 1 corrected
    ecap 0003[140] = Serial 1 a0369fffff909f90
    ecap 000e[150] = ARI 1
    ecap 0010[160] = SR-IOV 1 IOV disabled, Memory Space disabled, ARI disabled
                     0 VFs configured out of 8 supported
                     First VF RID Offset 0x0080, VF RID Stride 0x0004
                     VF Device ID 0x1520
                     Page Sizes: 4096 (enabled), 8192, 65536, 262144, 1048576,
4194304
    ecap 0017[1a0] = TPH Requester 1
    ecap 000d[1d0] = ACS 1 Source Validation unavailable, Translation Blocking
unavailable
                     P2P Req Redirect unavailable, P2P Cmpl Redirect
unavailable
                     P2P Upstream Forwarding unavailable, P2P Egress Control
unavailable
                     P2P Direct Translated unavailable, Enhanced Capability
unavailable
  PCI-e errors = Correctable Error Detected
                 Unsupported Request Detected
     Corrected = Advisory Non-Fatal Error
    VPD ident  = 'I350 GbE Controller'
    VPD ro V0  = 'FFV17.0.12'
    VPD ro PN  = '424RR'
    VPD ro MN  = '1028'
    VPD ro V1  = 'DSV1028VPDR.VER1.0'
    VPD ro V3  = 'DTINIC'
    VPD ro V4  = 'DCM1001008FC52101008FC53201008FC54301008FC5'
    VPD ro V5  = 'NPY2'
    VPD ro V6  = 'PMT13'
    VPD ro V7  = 'NMVIntel Corp'

-- 
You are receiving this mail because:
You are the assignee for the bug.