Page MenuHomeFreeBSD

Add support for Enhanced Allocation in pciconf
ClosedPublic

Authored by wma on Feb 25 2016, 10:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 9:21 PM
Unknown Object (File)
Fri, Mar 22, 9:21 PM
Unknown Object (File)
Mar 8 2024, 11:24 AM
Unknown Object (File)
Jan 4 2024, 5:49 PM
Unknown Object (File)
Jan 4 2024, 5:49 PM
Unknown Object (File)
Jan 4 2024, 6:24 AM
Unknown Object (File)
Dec 31 2023, 4:27 PM
Unknown Object (File)
Sep 24 2023, 7:38 PM
Subscribers

Details

Summary
  • Modified pciconf to print EA capability structure
  • Added register description to pcireg.h

OUTPUT:

root# pciconf -lc pci2:1:0:0
vnicpf0@pci2:1:0:0: class=0x020000 card=0xa11e177d chip=0xa01e177d rev=0x08 hdr=0x00

cap 10[40] = PCI-Express 2 endpoint max data 128(128) link x0(x0)
cap 11[80] = MSI-X supports 10 messages, enabled
             Table in map 0x20[0x0], PBA in map 0x20[0xf0000]
cap 14[98] = PCI Enhanced Allocation (4 entries)
             [0] BAR0, Enabled, Read-only, base [0x843000000000], size [0x40000000]
                    Primary properties [0x0] (Non-Prefetchable Memory)
                    Secondary properties [0xff] (Unavailable)
             [4] BAR4, Enabled, Read-only, base [0x843060000000], size [0x100000]
                    Primary properties [0x0] (Non-Prefetchable Memory)
                    Secondary properties [0xff] (Unavailable)
             [9] VFBAR0, Enabled, Read-only, base [0x8430a0000000], size [0x200000]
                    Primary properties [0x4] (VF Non-Prefetchable Memory)
                    Secondary properties [0xff] (Unavailable)
             [13] VFBAR4, Enabled, Read-only, base [0x8430e0000000], size [0x200000]
                    Primary properties [0x4] (VF Non-Prefetchable Memory)
                    Secondary properties [0xff] (Unavailable)
ecap 000e[100] = ARI 1
ecap 000b[108] = Vendor 1 ID 160
ecap 0010[180] = SR-IOV 1 IOV enabled, Memory Space enabled, ARI enabled
                 128 VFs configured out of 128 supported
                 First VF RID Offset 0x0001, VF RID Stride 0x0001
                 VF Device ID 0xa034
                 Page Sizes: 4096 (enabled), 8192 (enabled), 65536 (enabled), 262144 (enabled), 1048576 (enabled), 4194304

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wma retitled this revision from to Add support for Enhanced Allocation in pciconf.
wma updated this object.
wma edited the test plan for this revision. (Show Details)
wma added a reviewer: jhb.
wma set the repository for this revision to rS FreeBSD src repository - subversion.
jhb edited edge metadata.

Looks good to me in general modulo the nit. Thanks!

usr.sbin/pciconf/cap.c
542

It would be nice to use the PCIM_EA_* constants instead of magic numbers for these two functions.

This revision is now accepted and ready to land.Feb 25 2016, 5:30 PM