Add stage to count packet processing results#1359
Open
Fredi-raspall wants to merge 6 commits intomainfrom
Open
Add stage to count packet processing results#1359Fredi-raspall wants to merge 6 commits intomainfrom
Fredi-raspall wants to merge 6 commits intomainfrom
Conversation
That was some early scratch work that we never used. Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
Implement PacketStats object to hold a table of counters per DoneReason. The intent is to keep one such table per pipeline to have some visibility about how packets are processed or dropped. This commit also implements Display for DoneReason. Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
4555fae to
3de3925
Compare
This is a very simple NF that populates a shared PacketStats object. Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
- Use the strum crate to count the number of DoneReasons and keep thme in sync with the stats. This makes it easier to add new DoneReasons since the PacketStats will be automatically updated. - Redefine DoneReasons to be more meaningful and reorder them for clarity. - Adapt the dependant code to use the re-defined/new values. Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
3de3925 to
5fabdeb
Compare
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.