commit | 79ccf4529ee67510fdad8ecdfcf37528d353a36c | [log] [tgz] |
---|---|---|
author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | Sat Aug 21 05:50:05 2021 +0530 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Aug 24 14:48:42 2021 -0700 |
tree | 5dbdf81efb89cfcb98c60c2deef168b5abcdc86d | |
parent | b926c55d856cbe2593c44e783b31e2cdb0ef6371 [diff] |
samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper Similar to xdp_monitor_kern, a lot of these BPF programs have been reimplemented properly consolidating missing features from other XDP samples. Hence, drop the unneeded code and rename to .bpf.c suffix. 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-18-memxor@gmail.com