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

2020-11-27 Thread Magnus Karlsson
On Fri, Nov 27, 2020 at 9:52 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 cre

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

2020-11-27 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