-
Notifications
You must be signed in to change notification settings - Fork 19
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 - fix checking if any packet has actually been parsed #225
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #225 +/- ##
==========================================
+ Coverage 40.55% 40.61% +0.05%
==========================================
Files 104 104
Lines 10110 10120 +10
Branches 1493 1492 -1
==========================================
+ Hits 4100 4110 +10
Misses 5145 5145
Partials 865 865
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This solution is not correct. Let's analyze it, dpdk-ring for simplicity:
Is it ensured somewhere, that |
8f02113
to
544f19b
Compare
I think the solution in this pull request IS correct. ad 1) pblock->cnt is initialized to zero here (workers.cpp:61)
|
`make doc` generates docs/{html,latex}, it requires graphviz (dot) to create call/hierarchy graphs and doxygen.
Perfect teamwork! :-) Ok, I found the most confusing that other parse functions had doxygen comment and their input parameters are the first ones. Contrary, Additionally, I've created an update for the new package release and I'm waiting for a test build on COPR in @CESNET/NEMEA-testing. |
No description provided.