Page MenuHomeFreeBSD

PCIOCGETCONF: Report NUMA domain
Needs RevisionPublic

Authored by jfree on Mar 10 2024, 3:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 4:03 AM
Unknown Object (File)
Mon, Apr 22, 10:34 PM
Unknown Object (File)
Sun, Apr 7, 1:06 AM
Unknown Object (File)
Mar 14 2024, 4:00 AM
Unknown Object (File)
Mar 10 2024, 10:09 AM
Unknown Object (File)
Mar 10 2024, 9:58 AM
Unknown Object (File)
Mar 10 2024, 9:39 AM
Unknown Object (File)
Mar 10 2024, 9:37 AM
Subscribers

Details

Reviewers
markj
imp
Summary

A PCI device's NUMA domain is now accessible via the pd_numa_domain
member of struct pci_conf when using the PCIOCGETCONF ioctl.

Diff Detail

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

Event Timeline

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

Don't forget to update .Dd when content of manual page changed. :-)

Update manual page .Dd date

imp requested changes to this revision.Mar 17 2024, 10:49 PM

These changes aren't backward compatible. You likely need to keep the old struct to reply to the old ioctl...

And you can't change the current old structure. Old binaries will have buffer overflows

This revision now requires changes to proceed.Mar 17 2024, 10:49 PM