Skip to content
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
merged 3 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. example: remove odp_l2fwd_simple

    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>
    TuomasTaipale committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b1fa898 View commit details
    Browse the repository at this point in the history
  2. test: l2fwd_perf: add simpler l2 forwarding tester

    `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>
    TuomasTaipale committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    18d0329 View commit details
    Browse the repository at this point in the history
  3. test: l2fwd_perf: add runner script

    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 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4f60bd3 View commit details
    Browse the repository at this point in the history