Re: [PATCH bpf-next v2 00/12] Link-based program attachment to network namespaces

2020-06-01 Thread Alexei Starovoitov
On Sun, May 31, 2020 at 1:28 AM Jakub Sitnicki wrote: > > One of the pieces of feedback from recent review of BPF hooks for socket > lookup [0] was that new program types should use bpf_link-based > attachment. > > This series introduces new bpf_link type for attaching to network > namespace. All

[PATCH bpf-next v2 00/12] Link-based program attachment to network namespaces

2020-05-31 Thread Jakub Sitnicki
One of the pieces of feedback from recent review of BPF hooks for socket lookup [0] was that new program types should use bpf_link-based attachment. This series introduces new bpf_link type for attaching to network namespace. All link operations are supported. Errors returned from ops follow cgrou