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/rdt
Markus Lehtonen e866b6ee1c Implement RDT detection in go
Get rid of the dependency on intel-cmt-cat library and rdt helper
binaries written in C. Significantly simplifies the build procedure.

Implements minimal support (in assembler) for getting the raw data from
the CPUID instruction. Also, implement a stub so that the code works on
other architectures than amd64, too.
2019-02-22 22:23:13 +02:00
..
rdt.go Implement RDT detection in go 2019-02-22 22:23:13 +02:00
rdt_amd64.go Implement RDT detection in go 2019-02-22 22:23:13 +02:00
rdt_amd64.s Implement RDT detection in go 2019-02-22 22:23:13 +02:00
rdt_stub.go Implement RDT detection in go 2019-02-22 22:23:13 +02:00