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

2020-11-13 Thread Magnus Karlsson
On Thu, Nov 12, 2020 at 8:12 PM Andrii Nakryiko wrote: > > On Thu, Nov 12, 2020 at 12:58 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 > > privilege

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

2020-11-12 Thread Andrii Nakryiko
On Thu, Nov 12, 2020 at 12:58 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 that will > handle xsk socket cr

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

2020-11-12 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 incoming traffic. With this patch the data en