-
Notifications
You must be signed in to change notification settings - Fork 35
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
NETOBSERV-983: Change aggregation flow map to hashmap instead perCPU hashmap #118
Conversation
Codecov Report
@@ Coverage Diff @@
## main #118 +/- ##
==========================================
- Coverage 41.80% 40.60% -1.21%
==========================================
Files 30 31 +1
Lines 2050 2054 +4
==========================================
- Hits 857 834 -23
- Misses 1155 1181 +26
- Partials 38 39 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/ok-to-test |
New image: ["quay.io/netobserv/netobserv-ebpf-agent:bce991e"]. It will expire after two weeks. |
/ok-to-test |
New image: ["quay.io/netobserv/netobserv-ebpf-agent:5ee5fa1"]. It will expire after two weeks. |
/ok-to-test |
New image: ["quay.io/netobserv/netobserv-ebpf-agent:b82acd4"]. It will expire after two weeks. |
New perf testing results: https://docs.google.com/spreadsheets/d/1ZPTunXgYYXBeOQqRXiQujUQRjzqPWmZ4j1CcMNfKJyQ/edit?usp=sharing |
Baseline stats with our current eBPF image: https://docs.google.com/spreadsheets/d/1XTSBByY3tsGnBzMLjKsGt1Yvv3GUBRbbOGbcofL7wgQ/edit?usp=sharing |
New test results for |
Signed-off-by: msherif1234 <mmahmoud@redhat.com>
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.
thanks @msherif1234 !
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msherif1234 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87.
…netobserv#118)" This reverts commit b6e2b87. fix Signed-off-by: msherif1234 <mmahmoud@redhat.com>
it was brought up by kernel folks that the agent kernel hook assumes that packets from the same flow will always be going to the same cpu core however this isn't guaranteed
that will messup time analysis done by the TC hook since we really don't have perCpu info then there is no need to use perCPUHASH map and we better off with global hashmap
Baseline stats from 1.2:
https://docs.google.com/spreadsheets/d/1P1penjeuOCH9Y7gTDP6uFTpKfG8Uow1gMaCIWB2_-s8/edit#gid=1137245831
New stats from today's run (1.3 + new eBPF image):
https://docs.google.com/spreadsheets/d/17GzV5vwHwananVv8X02T18UIFQ31n-_RUfMrwu-pCDU/edit?usp=sharing