Skip to content

Commit 6679ee4

Browse files
committed
doc: introduce background in README.md
Signed-off-by: Paul Bastide <[email protected]>
1 parent 6da7ef9 commit 6679ee4

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*
2+
!cdi/*.sh
3+
4+
# But not these files...
5+
!/.gitignore
6+
7+
!*.go
8+
!go.sum
9+
!go.mod
10+
11+
!README.md
12+
!LICENSE
13+
!examples/*.yaml
14+
!manifests/*.yaml
15+
!pkg/webhook/testdata/pod.json
16+
!manifests/webhook/*.yaml
17+
!Makefile
18+
19+
# Image
20+
!build/Containerfile
21+
!build/Containerfile-build
22+
!build/entrypoint.sh
23+
24+
# Workflows
25+
!.github/dependabot.yml
26+
!.github/workflows/publish.yaml
27+
28+
# ...even if they are in subdirectories
29+
!*/

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# power-dra-driver
2-
Power Dynamic Resource Driver provides access to Power Architecture features
1+
# Power Dynamic Resource Allocation Driver
2+
This repository contains a Power Architecture resource driver for use with the Dynamic Resource Allocation (DRA) feature of Kubernetes.
3+
4+
The driver facilitates access to:
5+
1. Nest Accelerator unit (NX)are non-core components of the POWER processor chip including compression and encryption co-processors. One feature is nx-gzip, which is a DEFLATE compliant (RFC1950, 1951, 1952) compression accelerator in NX. This feature is a device driver in userspace `/dev/crypto/nx-gzip` which is shared among many LPARs and many containers.
6+
7+
As additional features are made available, the driver will be expanded.
8+
9+
This project is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)