Re: [PATCH bpf-next v4 1/2] libbpf: add support for using AF_XDP sockets

2019-02-18 Thread Maciej Fijalkowski
On Mon, 18 Feb 2019 09:59:30 +0100 Magnus Karlsson wrote: > On Fri, Feb 15, 2019 at 6:09 PM Daniel Borkmann wrote: > > > > On 02/08/2019 02:05 PM, Magnus Karlsson wrote: > > > This commit adds AF_XDP support to libbpf. The main reason for this is > > > to facilitate writing applications that u

Re: [PATCH bpf-next v4 1/2] libbpf: add support for using AF_XDP sockets

2019-02-18 Thread Magnus Karlsson
On Fri, Feb 15, 2019 at 6:09 PM Daniel Borkmann wrote: > > On 02/08/2019 02:05 PM, Magnus Karlsson wrote: > > This commit adds AF_XDP support to libbpf. The main reason for this is > > to facilitate writing applications that use AF_XDP by offering > > higher-level APIs that hide many of the detail

Re: [PATCH bpf-next v4 1/2] libbpf: add support for using AF_XDP sockets

2019-02-15 Thread Daniel Borkmann
On 02/08/2019 02:05 PM, Magnus Karlsson wrote: > This commit adds AF_XDP support to libbpf. The main reason for this is > to facilitate writing applications that use AF_XDP by offering > higher-level APIs that hide many of the details of the AF_XDP > uapi. This is in the same vein as libbpf facilit

[PATCH bpf-next v4 1/2] libbpf: add support for using AF_XDP sockets

2019-02-08 Thread Magnus Karlsson
This commit adds AF_XDP support to libbpf. The main reason for this is to facilitate writing applications that use AF_XDP by offering higher-level APIs that hide many of the details of the AF_XDP uapi. This is in the same vein as libbpf facilitates XDP adoption by offering easy-to-use higher level