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

More concise naming scheme for BpfPrograms #37

Merged
merged 2 commits into from
Jul 9, 2024

Commits on Jul 8, 2024

  1. More concise naming scheme for BpfPrograms

    Create a shorter unique name for BpfProgram objects. For *Programs, the
    name is <*Program name>-<random string>.  For BpfApplications, the
    unique name is <BpfApplication name>-<bpf program type>-<random string>.
    
    Then, the identifying info for BpfProgram that used to be in the name
    is stored in the BpfProgram object.
    
    Fixes: bpfman#28
    
    Signed-off-by: Andre Fredette <[email protected]>
    anfredette committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4f6318e View commit details
    Browse the repository at this point in the history
  2. Rebase on pr bpfman#38

    Signed-off-by: Andre Fredette <[email protected]>
    anfredette committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5b85c5d View commit details
    Browse the repository at this point in the history