Re: [PATCHv7 net-next 00/15] BPF hardware offload (cls_bpf for now)

2016-09-21 Thread David Miller
From: Jakub Kicinski Date: Wed, 21 Sep 2016 11:43:52 +0100 > In the last year a lot of progress have been made on offloading > simpler TC classifiers. There is also growing interest in using > BPF for generic high-speed packet processing in the kernel. > It seems

Re: [PATCHv7 net-next 00/15] BPF hardware offload (cls_bpf for now)

2016-09-21 Thread Daniel Borkmann
On 09/21/2016 12:43 PM, Jakub Kicinski wrote: [...] Rebased and improved. Did a couple of tests with regards to the core bits with this set applied on top of net-next and looks good to me now. Thanks a lot, Jakub!

[PATCHv7 net-next 00/15] BPF hardware offload (cls_bpf for now)

2016-09-21 Thread Jakub Kicinski
Hi! Rebased and improved. v7: - fix patch 6. v6 (patch 8 only): - explicitly check for registers >= MAX_BPF_REG; - fix leaky error path. v5: - fix names of guard defines in bpf_verfier.h. v4: - rename parser -> analyzer; - reorganize the analyzer patches a bit; - use bitfield.h directly.