Skip to content

Commit d9afd3a

Browse files
committed
chore: update doca driver format comments
Signed-off-by: Fred Rolland <[email protected]>
1 parent 295f5f9 commit d9afd3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkg/state/state_ofed.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ const (
5858
stateOFEDName = "state-OFED"
5959
stateOFEDDescription = "OFED driver deployed in the cluster"
6060

61-
// mofedImageFormat is the mofed driver container image name format
62-
// format: <repo>/<image-name>:<driver-version>-<os-name><os-ver>-<cpu-arch>
63-
// e.x: nvcr.io/nvidia/mellanox/mofed:5.7-0.1.2.0-ubuntu20.04-amd64
61+
// mofedImageFormat is the DOCA driver container image name format
62+
// format: <repo>/<image-name>:<driver-container-version>-<os-name><os-ver>-<cpu-arch>
63+
// e.x: nvcr.io/nvidia/mellanox/doca-driver:5.7-0.1.2.0-0-ubuntu20.04-amd64
6464
mofedImageFormat = "%s/%s:%s-%s%s-%s"
6565

6666
// precompiledTagFormat is the tag format for precompiled drivers.
67-
// format: <driver-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
67+
// format: <container-driver-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
6868
precompiledTagFormat = "%s-%s-%s%s-%s"
6969

70-
// precompiledImageFormat is the precompiled mofed driver container image name format
71-
// format: <repo>/<image-name>:<driver-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
72-
// e.x: nvcr.io/nvidia/mellanox/mofed:5.7-0.1.2.0-5.15.0-91-generic-ubuntu22.04-amd64
70+
// precompiledImageFormat is the precompiled DOCA driver container image name format
71+
// format: <repo>/<image-name>:<driver-container-version>-<kernel-full>-<os-name><os-ver>-<cpu-arch>
72+
// e.x: nvcr.io/nvidia/mellanox/doca-driver:5.7-0.1.2.0-0-5.15.0-91-generic-ubuntu22.04-amd64
7373
precompiledImageFormat = "%s/%s:%s-%s-%s%s-%s"
7474
)
7575

0 commit comments

Comments
 (0)