diff options
| author | Daniel Borkmann <[email protected]> | 2020-01-22 22:04:53 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2020-01-22 22:05:08 +0000 |
| commit | 1b2fd38de9fcc73d6994f8f6c7c23ee3435b6a12 (patch) | |
| tree | 99bc088a4cd4e27b6c5befcbae2ade0ea72a7f1d /net/ipv4/tcp_output.c | |
| parent | bpf, btf: Always output invariant hit in pahole DWARF to BTF transform (diff) | |
| parent | selftests/bpf: Add tests for program extensions (diff) | |
| download | kernel-1b2fd38de9fcc73d6994f8f6c7c23ee3435b6a12.tar.gz kernel-1b2fd38de9fcc73d6994f8f6c7c23ee3435b6a12.zip | |
Merge branch 'bpf-dynamic-relinking'
Alexei Starovoitov says:
====================
The last few month BPF community has been discussing an approach to call
chaining, since exiting bpt_tail_call() mechanism used in production XDP
programs has plenty of downsides. The outcome of these discussion was a
conclusion to implement dynamic re-linking of BPF programs. Where rootlet XDP
program attached to a netdevice can programmatically define a policy of
execution of other XDP programs. Such rootlet would be compiled as normal XDP
program and provide a number of placeholder global functions which later can be
replaced with future XDP programs. BPF trampoline, function by function
verification were building blocks towards that goal. The patch 1 is a final
building block. It introduces dynamic program extensions. A number of
improvements like more flexible function by function verification and better
libbpf api will be implemented in future patches.
v1->v2:
- addressed Andrii's comments
- rebase
====================
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions
