Re: [PATCH bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation

2020-11-05 Thread Mariusz Dudek
On Wed, Nov 4, 2020 at 10:07 PM Andrii Nakryiko wrote: > > On Wed, Nov 4, 2020 at 1:47 AM wrote: > > > > From: Mariusz Dudek > > > > Add support for separation of eBPF program load and xsk socket > > creation. > > > > This is needed for use-case when you want to privide a

Re: [PATCH bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation

2020-11-04 Thread Andrii Nakryiko
On Wed, Nov 4, 2020 at 1:47 AM wrote: > > From: Mariusz Dudek > > Add support for separation of eBPF program load and xsk socket > creation. > > This is needed for use-case when you want to privide as little > privileges as possible to the data plane application th

[PATCH bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation

2020-11-04 Thread mariusz . dudek
From: Mariusz Dudek Add support for separation of eBPF program load and xsk socket creation. This is needed for use-case when you want to privide as little privileges as possible to the data plane application that will handle xsk socket creation and incomi