1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/source
Markus Lehtonen 74d6993e9b Implement PCI feature source
This feature source detects the presence of PCI devices. At the moment,
it only advertises GPUs and accelerator cards, i.e. device classes 0x03,
0x0b40 and 0x12.

The label format is:
  node.alpha.kubernetes-incubator.io/nfd-pci-<device label>.present
where <device label> is composed of raw PCI IDs:
  <class id>_<vendor id>
2018-10-10 12:36:20 +03:00
..
cpuid Improve GoReportCard metrics, both gofmt and golint (#90) 2018-03-05 07:51:47 -08:00
fake Improve GoReportCard metrics, both gofmt and golint (#90) 2018-03-05 07:51:47 -08:00
iommu Implement detection of IOMMU (#136) (#137) 2018-07-24 08:24:45 -07:00
memory Add memory source and NUMA detection. 2018-03-29 09:43:42 +03:00
network network: rename sriov labels 2018-10-03 15:25:58 +03:00
panic_fake Improve GoReportCard metrics, both gofmt and golint (#90) 2018-03-05 07:51:47 -08:00
pci Implement PCI feature source 2018-10-10 12:36:20 +03:00
pstate Skip pstate detection on Arm 2018-08-17 11:10:18 +03:00
rdt Fix typo: suppported -> supported 2018-10-02 17:14:03 +03:00
selinux Advertise selinux status by adding labels 2018-04-09 16:13:45 -04:00
storage Added nonrotational storage detection 2018-03-27 14:30:27 +03:00
source.go refactor sources to source pkg 2017-09-05 21:35:33 -07:00