Message ID | 20230913171350.369987-1-sdf@google.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: expose information about netdev xdp-metadata kfunc support | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Wed, 13 Sep 2023 10:13:47 -0700 you wrote: > Extend netdev netlink family to expose the bitmask with the > kfuncs that the device implements. The source of truth is the > device's xdp_metadata_ops. There is some amount of auto-generated > netlink boilerplate; the change itself is super minimal. > > v2: > - add netdev->xdp_metadata_ops NULL check when dumping to netlink (Martin) > > [...] Here is the summary with links: - [bpf-next,v2,1/3] bpf: make it easier to add new metadata kfunc https://git.kernel.org/bpf/bpf-next/c/fc45c5b642db - [bpf-next,v2,2/3] bpf: expose information about supported xdp metadata kfunc https://git.kernel.org/bpf/bpf-next/c/a9c2a608549b - [bpf-next,v2,3/3] tools: ynl: extend netdev sample to dump xdp-rx-metadata-features https://git.kernel.org/bpf/bpf-next/c/0c6c9b105ee9 You are awesome, thank you!