[PATCH v2] linux-gen: dpdk: update supported dpdk versions#2316
Open
MatiasElo wants to merge 4 commits intoOpenDataPlane:masterfrom
Open
[PATCH v2] linux-gen: dpdk: update supported dpdk versions#2316MatiasElo wants to merge 4 commits intoOpenDataPlane:masterfrom
MatiasElo wants to merge 4 commits intoOpenDataPlane:masterfrom
Conversation
Per input/output queue statistics have been removed from rte_eth_stats struct in DPDK v25.11. Going forwards, per queue statistics can be read using odp_pktio_extra_stats(), if the counters are supported by the particular PMD driver. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Use new link connector API introduced in DPDK v25.11 to read link media type. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Add CI test for DPDK v25.11 release and remove test for EOL v22.11. DPDK v24.11 is now the default version in test containers. Signed-off-by: Matias Elo <matias.elo@nokia.com>
Remove EOL DPDK v22.11 from supported releases and add support for v25.11. Change recommended DPDK version to v24.11 as it has the best testing coverage in CI. Signed-off-by: Matias Elo <matias.elo@nokia.com>
7db1ded to
61fcdd5
Compare
TuomasTaipale
approved these changes
Mar 13, 2026
Collaborator
Author
|
Thanks for the review. I'll wait until ODP-DPDK version v1.49 upgrade before merging this, so I can upgrade all the test containers on one go. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.