Re: [PATCH bpf-next v2 00/15] Introducing AF_XDP support

2018-04-27 Thread Björn Töpel
2018-04-27 21:06 GMT+02:00 Willem de Bruijn : > On Fri, Apr 27, 2018 at 2:12 PM, Björn Töpel wrote: >> 2018-04-27 19:16 GMT+02:00 Willem de Bruijn >> : >>> On Fri, Apr 27, 2018 at 8:17 AM, Björn Töpel wrote: From: Björn Töpel This patch set introduces a new address family called

Re: [PATCH bpf-next v2 00/15] Introducing AF_XDP support

2018-04-27 Thread Willem de Bruijn
On Fri, Apr 27, 2018 at 2:12 PM, Björn Töpel wrote: > 2018-04-27 19:16 GMT+02:00 Willem de Bruijn : >> On Fri, Apr 27, 2018 at 8:17 AM, Björn Töpel wrote: >>> From: Björn Töpel >>> >>> This patch set introduces a new address family called AF_XDP that is >>> optimized for high performance packet

Re: [PATCH bpf-next v2 00/15] Introducing AF_XDP support

2018-04-27 Thread Björn Töpel
2018-04-27 19:16 GMT+02:00 Willem de Bruijn : > On Fri, Apr 27, 2018 at 8:17 AM, Björn Töpel wrote: >> From: Björn Töpel >> >> This patch set introduces a new address family called AF_XDP that is >> optimized for high performance packet processing and, in upcoming >> patch sets, zero-copy semanti

Re: [PATCH bpf-next v2 00/15] Introducing AF_XDP support

2018-04-27 Thread Willem de Bruijn
On Fri, Apr 27, 2018 at 8:17 AM, Björn Töpel wrote: > From: Björn Töpel > > This patch set introduces a new address family called AF_XDP that is > optimized for high performance packet processing and, in upcoming > patch sets, zero-copy semantics. In this v2 version, we have removed > all zero-co

Re: [PATCH bpf-next v2 00/15] Introducing AF_XDP support

2018-04-27 Thread Björn Töpel
2018-04-27 14:17 GMT+02:00 Björn Töpel : > From: Björn Töpel > > This patch set introduces a new address family called AF_XDP that is > optimized for high performance packet processing and, in upcoming > patch sets, zero-copy semantics. In this v2 version, we have removed > all zero-copy related c

[PATCH bpf-next v2 00/15] Introducing AF_XDP support

2018-04-27 Thread Björn Töpel
From: Björn Töpel This patch set introduces a new address family called AF_XDP that is optimized for high performance packet processing and, in upcoming patch sets, zero-copy semantics. In this v2 version, we have removed all zero-copy related code in order to make it smaller, simpler and hopeful