commit | 5f116212f4018fc9aa7a2a828b27aab540b8e5fa | [log] [tgz] |
---|---|---|
author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | Sat Aug 21 05:49:58 2021 +0530 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Aug 24 14:48:41 2021 -0700 |
tree | ef4db3627208ad4e9d9f81216c56ac8fa6b370fc | |
parent | d771e217506adcfbfb08c693fb9332ee4859d61d [diff] |
samples: bpf: Add BPF support for devmap_xmit tracepoint This adds support for the devmap_xmit tracepoint, and its multi device variant that can be used to obtain streams for each individual net_device to net_device redirection. This is useful for decomposing total xmit stats in xdp_monitor. Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20210821002010.845777-11-memxor@gmail.com