Page MenuHomeFreeBSD

pciconf: Report topology information
AcceptedPublic

Authored by jfree on Mar 10 2024, 3:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 5:28 AM
Unknown Object (File)
Mon, Apr 8, 1:16 PM
Unknown Object (File)
Fri, Mar 29, 7:32 PM
Unknown Object (File)
Mar 28 2024, 2:51 AM
Unknown Object (File)
Mar 13 2024, 5:21 PM
Unknown Object (File)
Mar 10 2024, 9:39 AM
Subscribers

Details

Reviewers
markj
jhb
imp
Summary

Add the -t flag to show available topology information for queried
devices. Currently, only NUMA node is reported.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56660
Build 53548: arc lint + arc unit

Event Timeline

jfree requested review of this revision.Mar 10 2024, 3:05 AM

Update manual page .Dd date

This looks good. There areno compat concerns

This revision is now accepted and ready to land.Mar 18 2024, 5:57 PM

Oh, hmm, I would think of topology differently TBH. That is, my hope/expectation was to get a hierarchical view similar to one of the views you can get with lspci where you print the PCI devices as an indented hierarchy similar to the output from devinfo, where devices are children (and indented) under their parent PCI-PCI bridges, etc. We also tend to use "domain" instead of "node" for NUMA in general in prose descriptions.