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

DpdkTestpmd: Installation path cleanup #3426

Merged
merged 10 commits into from
Oct 1, 2024

Commits on Sep 25, 2024

  1. Ninja: add ninja tool

    mcgov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1a1bb5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1003ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cce6b8 View commit details
    Browse the repository at this point in the history
  4. Meson: add Meson lisa tool

    mcgov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b42f284 View commit details
    Browse the repository at this point in the history
  5. DpdkTestpmd: Refactor Installation Path

    The installer path has grown to be unmaintainable.
    We cover multiple cases:
    -install from pkg manager
    -install from source
       - install from git
       - install from tar
    - (implicit) use already installed version
    
    for multiple targets:
    - debian
       - ubuntu 18.04 special casing
    - suse
    - fedora
    
    and now need to allow all of these scenarios
    for both DPDK and rdma-core (and the linux kernel).
    
    SO... It's time for a refactor.
    
    Commit makes the 'installer' concept object-oriented.
    
    Adds a generic class 'Installer' into common.py
    Adds child class SourceInstall and PackageManagerInstall.
    Adds DpdkSourceInstall and DpdkPackageManagerInstall classes.
    Adds DpdkGitInstall and DpdkTarInstall implementations of the generic
    parent classes.
    mcgov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    240a2d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    fb14586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8dbcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0251e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    974505a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    38e02ef View commit details
    Browse the repository at this point in the history