-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: collection of user-facing improvements v1 #12531
Conversation
Ticket: 7380 Ticket: 7373
It turned out that having global (interface-specific) mempool that is shared by the threads of the interface is slower than having individual mempools per queue for each interface. The commit brings this change and should be user-invisible, the config setting remains still as a number of objects of all mempools summed (of that interface). Ticket: 7382
ICE card (Intel E810) was not receiving packets immediatelly after startup, Suricata workers would act as processing while it was not. This eliminates the problem by only continuing in the initialization if the link is already up. The setting can be turned off manually from the configuraiton file. Ticket: 7381
Ticket: 5838
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12531 +/- ##
==========================================
- Coverage 80.68% 80.67% -0.02%
==========================================
Files 925 926 +1
Lines 258914 259051 +137
==========================================
+ Hits 208914 208980 +66
- Misses 50000 50071 +71
Flags with carried forward coverage won't be shown. Click here to find out more. |
Information: QA ran without warnings. Pipeline 24618 |
Needs rebase after recent merges |
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.
needs rebase
rebased in #12571 |
Tickets:
https://redmine.openinfosecfoundation.org/issues/7373
https://redmine.openinfosecfoundation.org/issues/7382
https://redmine.openinfosecfoundation.org/issues/7381
https://redmine.openinfosecfoundation.org/issues/7380
https://redmine.openinfosecfoundation.org/issues/7374
https://redmine.openinfosecfoundation.org/issues/7373
https://redmine.openinfosecfoundation.org/issues/5838
Describe changes: