Message ID | 20210707221657.3985075-1-zeffron@riotgames.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: support input xdp_md context in BPF_PROG_TEST_RUN | expand |
On Wed, Jul 7, 2021 at 3:17 PM Zvi Effron <zeffron@riotgames.com> wrote: > > This patchset adds support for passing an xdp_md via ctx_in/ctx_out in > bpf_attr for BPF_PROG_TEST_RUN of XDP programs. > > Patch 1 adds a function to validate XDP meta data lengths. > > Patch 2 adds initial support for passing XDP meta data in addition to > packet data. > > Patch 3 adds support for also specifying the ingress interface and > rx queue. > > Patch 4 adds selftests to ensure functionality is correct. > > Changelog: > ---------- > v7->v8 > v7: https://lore.kernel.org/bpf/20210624211304.90807-1-zeffron@riotgames.com/ Applied. Thanks