-
Notifications
You must be signed in to change notification settings - Fork 134
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
[PATCH v8] test: l2fwd_perf: add simpler l2 forwarding tester #2122
Merged
MatiasElo
merged 3 commits into
OpenDataPlane:master
from
TuomasTaipale:dev/l2fwd_simple
Oct 10, 2024
Merged
[PATCH v8] test: l2fwd_perf: add simpler l2 forwarding tester #2122
MatiasElo
merged 3 commits into
OpenDataPlane:master
from
TuomasTaipale:dev/l2fwd_simple
Oct 10, 2024
Conversation
This file contains 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
odpbuild
changed the title
test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v1] test: l2fwd_perf: add simpler l2 forwarding tester
Sep 23, 2024
MatiasElo
reviewed
Sep 24, 2024
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
September 25, 2024 11:10
f0ea9eb
to
7f191b4
Compare
odpbuild
changed the title
[PATCH v1] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v2] test: l2fwd_perf: add simpler l2 forwarding tester
Sep 25, 2024
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
September 25, 2024 11:17
7f191b4
to
e7a1f5a
Compare
odpbuild
changed the title
[PATCH v2] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v3] test: l2fwd_perf: add simpler l2 forwarding tester
Sep 25, 2024
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
September 25, 2024 11:32
e7a1f5a
to
5aca282
Compare
odpbuild
changed the title
[PATCH v3] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v4] test: l2fwd_perf: add simpler l2 forwarding tester
Sep 25, 2024
MatiasElo
reviewed
Sep 30, 2024
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
October 4, 2024 05:28
5aca282
to
d840c03
Compare
odpbuild
changed the title
[PATCH v4] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v5] test: l2fwd_perf: add simpler l2 forwarding tester
Oct 4, 2024
MatiasElo
reviewed
Oct 7, 2024
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
October 8, 2024 07:54
d840c03
to
7bcd5c7
Compare
odpbuild
changed the title
[PATCH v5] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v6] test: l2fwd_perf: add simpler l2 forwarding tester
Oct 8, 2024
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
October 10, 2024 06:00
7bcd5c7
to
bc1d3f4
Compare
odpbuild
changed the title
[PATCH v6] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v7] test: l2fwd_perf: add simpler l2 forwarding tester
Oct 10, 2024
MatiasElo
approved these changes
Oct 10, 2024
Remove the slightly outdated `odp_l2fwd_simple` example and related files. Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
`odp_l2fwd_perf` is a tester for benchmarking L2 throughput of a set of interfaces. Tester provides a more simplified fast path handling and configuration compared to the existing `odp_l2fwd`. Aim is to keep the tester as simple as possible in order to provide a stable benchmarking utility with comparable results across releases. Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Add script for setting up a test run of `odp_l2fwd_perf` during `make check`. Script is heavily influenced by the existing `odp_l2fwd_run.sh`. Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
TuomasTaipale
force-pushed
the
dev/l2fwd_simple
branch
from
October 10, 2024 12:50
bc1d3f4
to
4f60bd3
Compare
odpbuild
changed the title
[PATCH v7] test: l2fwd_perf: add simpler l2 forwarding tester
[PATCH v8] test: l2fwd_perf: add simpler l2 forwarding tester
Oct 10, 2024
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.
odp_l2fwd_perf
is a tester for benchmarking L2 throughput of a set of interfaces. Tester provides a more simplified fast path handling and configuration compared to the existingodp_l2fwd
.Aim is to keep the tester as simple as possible in order to provide a stable benchmarking utility with comparable results across releases.
Additionally, remove the slightly outdated
odp_l2fwd_simple
example and related files.v4:
v5:
v6:
v7:
v8: