Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

bpf-map-pinning: fixes a few issues #86

Merged
merged 1 commit into from
Dec 4, 2023

Commits on Dec 4, 2023

  1. bpf-map-pinning: fixes a few issues

    * Update the documentation to reflect configuration
    changes needed.
    * Update the program to pin the xsk map to just use
    xdp-loader. The previous c implementation had issues
    and the version of libxdp in the container images is
    too old for libxdp pinning support. Reverting to bpf
    (for pinning support) would break the libxdp based
    program unloading.
    * Don't return an error from the bpf clean up function
    when there's no program on the interface.
    
    Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
    maryamtahhan committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6cc5d92 View commit details
    Browse the repository at this point in the history