-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPDK container version update #31
Conversation
ramperher
commented
Dec 14, 2023
•
edited
Loading
edited
- Updating dpdk container to latest stable one, 4.14, as recommended in nfv-tech group
- Right now we're using the 19.11 binary and latest is 23.11 (currently RHEL/RHCOS RPM includes 22.11 and moving now to 23.11), but we have a tight dependency with https://github.com/krsacme/testpmd-as-load-balancer, which is based on 19.11. Not changing that for the moment
check dallas ocp-4.11-vanilla example-cnf |
check dallas ocp-4.11-vanilla example-cnf |
Apparently, using DPDK v4.14 container image is not making any issue in old OCP releases, let's try with OCP 4.14 now, just to confirm. |
check dallas ocp-4.14-vanilla example-cnf |
I'll address the binary update in a separate change, since we need to update the DPDK code based on the work already done here: https://github.com/krsacme/testpmd-as-load-balancer. I'll wait for the end of the current job but it should work, this is ready for review. |