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

2016-07-13 Thread Tariq Toukan
On 12/07/2016 5:38 PM, Tariq Toukan wrote: Regression tests for mlx4_en are currently running, results will be ready by tomorrow morning. Functional regression results look fine. Regards, Tariq

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

2016-07-12 Thread Tariq Toukan
Regression tests for mlx4_en are currently running, results will be ready by tomorrow morning. Regards, Tariq

[PATCH v8 00/11] Add driver bpf hook for early packet drop and forwarding

2016-07-12 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 all