-
Notifications
You must be signed in to change notification settings - Fork 4
[PWCI] "app/testpmd: fix incorrect function names in logs" #508
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
base: main
Are you sure you want to change the base?
Conversation
Starting with NVIDIA ConnectX-9, the future devices will support only hardware steering (HWS) flow engine. The software steering options (legacy Verbs and Direct Verbs) have lower performances, and won't be available for new devices. Both flow APIs (sync and async template) will still be supported with the hardware steering flow engine. Fixes: 1b55eeb ("common/mlx5: add ConnectX-9 SuperNIC") Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
The tool ripgrep allows to find files not ending with a line break: rg -Ul '[^\n]\z' The files with a trailing blank lines are shown with this command: rg -Ul '\n\n\z' Files are fixed to end with a single line break. Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
VLAN extend and tpid setting functions have wrong function names mentioned in the error logs causing confusion as functions are not found in code using those names. Replaced static names with dynamic "__func__" predefined identifier. Fixes: 61a3b0e ("app/testpmd: send failure logs to stderr") Cc: stable@dpdk.org Signed-off-by: Anurag Mandal <anurag.mandal@intel.com> Signed-off-by: 0-day Robot <robot@bytheb.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WalkthroughVersion string updated from 25.11.0-rc4 to 25.11.0 for final release. Multiple trailing blank line removals and minor formatting corrections across documentation, test vectors, driver files, and other sources. Documentation updates for device compatibility statements in MLX5 and removal of obsolete sections in CXGBE and IPN3KE guides. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes This pull request is predominantly homogeneous whitespace and formatting cleanup—primarily trailing blank line removals that recur across 35+ files with identical patterns. While there are some scattered substantive changes (version bump, documentation updates,
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (17)
📒 Files selected for processing (50)
💤 Files with no reviewable changes (39)
🔇 Additional comments (14)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
NOTE: This is an auto submission for "app/testpmd: fix incorrect function names in logs".
See "http://patchwork.dpdk.org/project/dpdk/list/?series=36816" for details.
Summary by CodeRabbit
Releases
Documentation
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.