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

2020-11-26 Thread Mariusz Dudek
On Wed, Nov 25, 2020 at 3:30 PM Magnus Karlsson wrote: > > On Wed, Nov 18, 2020 at 9:34 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

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

2020-11-25 Thread Magnus Karlsson
On Wed, Nov 18, 2020 at 9:34 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 v3 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation

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