Skip to content

Commit

Permalink
Bump DPDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramperher committed Dec 14, 2023
1 parent 23fde40 commit 9668112
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testpmd-container-app/cnfapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/openshift4/dpdk-base-rhel8:v4.6
FROM registry.redhat.io/openshift4/dpdk-base-rhel8:v4.14

MAINTAINER [email protected]

Expand Down
2 changes: 1 addition & 1 deletion testpmd-container-app/testpmd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Build image
FROM quay.io/centos/centos:stream8 as build

ENV DPDK_VER=19.11
ENV DPDK_VER=23.11
ENV DPDK_DIR=/usr/src/dpdk-${DPDK_VER}
ENV RTE_TARGET=x86_64-native-linuxapp-gcc
ENV RTE_SDK=${DPDK_DIR}
Expand Down
2 changes: 1 addition & 1 deletion testpmd-operator/config/samples/examplecnf_v1_testpmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: TestPMD
metadata:
name: testpmd-sample
spec:
image_testpmd: registry.redhat.io/openshift4/dpdk-base-rhel8:v4.6
image_testpmd: registry.redhat.io/openshift4/dpdk-base-rhel8:v4.14
size: 1
ethpeerMaclist: ["20:04:0f:f1:89:01","20:04:0f:f1:89:02"]
networks:
Expand Down
2 changes: 1 addition & 1 deletion testpmd-operator/relatedImages.yaml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
relatedImages:
- name: testpmd-app
image: "registry.redhat.io/openshift4/dpdk-base-rhel8@sha256:9af03fb4c5ae1c51f71ad04f02fee8e9458aa73c3f4324e984c731d07896c4e1" # v4.6.3
image: "registry.redhat.io/openshift4/dpdk-base-rhel8@sha256:dccbad0b74151eb62bdd1ed9a1ec2d2588acc01db7cc126981795c8315bb678b" # v4.14
- name: testpmd-container-app-mac
image: "quay.io/rh-nfv-int/testpmd-container-app-mac@sha256:0a516a6f646989cb1abe77696b19838ff6138f177b1e4df6970b7bc8938552df" # v0.2.3
2 changes: 1 addition & 1 deletion testpmd-operator/roles/testpmd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ privileged: false
network_defintions: ""
network_resources: {}
environments: {}
image_testpmd: "registry.redhat.io/openshift4/dpdk-base-rhel8@sha256:9af03fb4c5ae1c51f71ad04f02fee8e9458aa73c3f4324e984c731d07896c4e1" # v4.6.3
image_testpmd: "registry.redhat.io/openshift4/dpdk-base-rhel8@sha256:dccbad0b74151eb62bdd1ed9a1ec2d2588acc01db7cc126981795c8315bb678b" # v4.14
mac_workaround_image: "quay.io/rh-nfv-int/testpmd-container-app-mac@sha256:0a516a6f646989cb1abe77696b19838ff6138f177b1e4df6970b7bc8938552df" # v0.2.3

# mac workaround variables
Expand Down

0 comments on commit 9668112

Please sign in to comment.