-
Notifications
You must be signed in to change notification settings - Fork 124
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
upgrade to ODP API v1.45.1.0 #293
Merged
JereLeppanen
merged 10 commits into
OpenFastPath:master
from
JereLeppanen:dev/odp-1.45.1
Oct 14, 2024
Merged
upgrade to ODP API v1.45.1.0 #293
JereLeppanen
merged 10 commits into
OpenFastPath:master
from
JereLeppanen:dev/odp-1.45.1
Oct 14, 2024
Conversation
This file contains 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
JannePeltonen
approved these changes
Oct 11, 2024
Are you guys still doing this? Why? Best regards, |
JereLeppanen
force-pushed
the
dev/odp-1.45.1
branch
from
October 14, 2024 06:54
19674e4
to
5a8e822
Compare
An incorrect condition in ofp_soreceive_generic() is always false. Fix by calling ofp_sockbuf_get_first(), which returns ODP_PACKET_INVALID when socket buffer is empty. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
Braces are missing after an if statement, causing the number of ASM listeners being incorrectly decremented in some situations. Fix by adding the missing braces. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
A strcat() call is using uninitialized memory from malloc() as the destination string. Fix by using strcpy() instead. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
Remove unused ax_tls.m4 script. The script was run, but its result was never used. We assume that the compiler understands the __thread keyword. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
Set up hugepages after compilation, so that the script can be run up to that point as a normal user. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
Upgrade check.sh script to ODP v1.45.1.0. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
Upgrade to odp-dpdk v1.45.1.0. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
Upgrade references to ODP to v1.45.1.0 in README file and user guide. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
odp_timer_set_t has been removed, don't use it. This also fixes a mistake made in an earlier commit, where the return value of odp_timer_start(), which is int, was assigned to a variable of type odp_timer_set_t. Fixes: db2601f ("timer: Use odp_timer_start() instead of odp_timer_set_abs()") Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
odp_timer_free() no longer returns an event. Fix handling of the return value. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
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.