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/cpu
Carlos Eduardo Arango Gutierrez cb0a6fca53
Add cpu-model feature detection (#792)
* Add cpu-model feature detection

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>

* Apply suggestions from code review

Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>

Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
2022-03-28 02:51:23 -07:00
..
cpu.go Add cpu-model feature detection (#792) 2022-03-28 02:51:23 -07:00
cpu_test.go source: make per-source unit tests stricter 2021-12-03 10:26:26 +02:00
cpuid_amd64.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_arm.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_arm64.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_ppc64le.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_s390x.go source/cpu: add additional IBM Z CPU Flags 2021-11-25 13:41:57 +01:00
cstate_amd64.go Additional Lint Fixes in Codebase (#779) 2022-03-02 17:12:46 -08:00
cstate_stub.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
power_amd64.go Additional Lint Fixes in Codebase (#779) 2022-03-02 17:12:46 -08:00
power_stub.go source/cpu: Fix compile error for non-amd64 arches 2021-11-25 13:41:57 +01:00
pstate_amd64.go cstate/pstate: Skip check on non intel arches 2021-08-19 16:37:54 +02:00
pstate_stub.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
rdt_amd64.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
rdt_stub.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
sgx_amd64.go source/cpu: detect Intel SGX 2021-11-23 15:57:31 +02:00
sgx_stub.go source/cpu: detect Intel SGX 2021-11-23 15:57:31 +02:00