Re: [PATCH v10 00/12] Add driver bpf hook for early packet drop and forwarding

2016-07-20 Thread David Miller
From: Tariq Toukan Date: Wed, 20 Jul 2016 12:18:49 +0300 > > On 20/07/2016 8:09 AM, David Miller wrote: >> From: Brenden Blanco >> Date: Tue, 19 Jul 2016 12:16:45 -0700 >> >>> This patch set introduces new infrastructure for programmatically >>>

Re: [PATCH v10 00/12] Add driver bpf hook for early packet drop and forwarding

2016-07-20 Thread Brenden Blanco
On Wed, Jul 20, 2016 at 12:18:49PM +0300, Tariq Toukan wrote: > > On 20/07/2016 8:09 AM, David Miller wrote: > >From: Brenden Blanco > >Date: Tue, 19 Jul 2016 12:16:45 -0700 > > > >>This patch set introduces new infrastructure for programmatically > >>processing packets in

Re: [PATCH v10 00/12] Add driver bpf hook for early packet drop and forwarding

2016-07-19 Thread David Miller
From: Brenden Blanco Date: Tue, 19 Jul 2016 12:16:45 -0700 > This patch set introduces new infrastructure for programmatically > processing packets in the earliest stages of rx, as part of an effort > others are calling eXpress Data Path (XDP) [1]. Start this effort by >

[PATCH v10 00/12] Add driver bpf hook for early packet drop and forwarding

2016-07-19 Thread Brenden Blanco
This patch set introduces new infrastructure for programmatically processing packets in the earliest stages of rx, as part of an effort others are calling eXpress Data Path (XDP) [1]. Start this effort by introducing a new bpf program type for early packet filtering, before even an skb has been