1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Merge pull request #117 from lubinsz/pr_readme

Add Arm64 details into the README
This commit is contained in:
Balaji Subramaniam 2018-04-10 16:42:24 -07:00 committed by GitHub
commit 0150183f60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ node-feature-discovery.
The current set of feature sources are the following: The current set of feature sources are the following:
- [CPUID][cpuid] for x86 CPU details - [CPUID][cpuid] for x86/Arm64 CPU details
- [Intel Resource Director Technology][intel-rdt] - [Intel Resource Director Technology][intel-rdt]
- [Intel P-State driver][intel-pstate] - [Intel P-State driver][intel-pstate]
- Memory - Memory
@ -104,7 +104,7 @@ such as restricting discovered features with the --label-whitelist option._
| RDTL3CA | Intel L3 Cache Allocation Technology | RDTL3CA | Intel L3 Cache Allocation Technology
| RDTL2CA | Intel L2 Cache Allocation Technology | RDTL2CA | Intel L2 Cache Allocation Technology
### CPUID Features (Partial List) ### X86 CPUID Features (Partial List)
| Feature name | Description | | Feature name | Description |
| :------------: | :----------------------------------------------------------: | | :------------: | :----------------------------------------------------------: |
@ -124,6 +124,20 @@ such as restricting discovered features with the --label-whitelist option._
| :------------: | :---------------------------------------------------------------------------------: | | :------------: | :---------------------------------------------------------------------------------: |
| numa | Multiple memory nodes i.e. NUMA architecture detected | numa | Multiple memory nodes i.e. NUMA architecture detected
### Arm64 CPUID Features (Partial List)
| Feature name | Description |
| :------------: | :----------------------------------------------------------: |
| AES | Announcing the Advanced Encryption Standard
| EVSTRM | Event Stream Frequency Features
| FPHP | Half Precision(16bit) Floating Point Data Processing Instructions
| ASIMDHP | Half Precision(16bit) Asimd Data Processing Instructions
| ATOMICS | Atomic Instructions to the A64
| ASIMRDM | Support for Rounding Double Multiply Add/Subtract
| PMULL | Optional Cryptographic and CRC32 Instructions
| JSCVT | Perform Conversion to Match Javascript
| DCPOP | Persistent Memory Support
### Network Features ### Network Features
| Feature name | Description | | Feature name | Description |
@ -145,7 +159,7 @@ such as restricting discovered features with the --label-whitelist option._
## Getting started ## Getting started
### System requirements ### System requirements
1. Linux (x86_64) 1. Linux (x86_64/Arm64)
1. [kubectl] [kubectl-setup] (properly set up and configured to work with your 1. [kubectl] [kubectl-setup] (properly set up and configured to work with your
Kubernetes cluster) Kubernetes cluster)
1. [Docker] [docker-down] (only required to build and push docker images) 1. [Docker] [docker-down] (only required to build and push docker images)