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 beneficial to tie those two tren
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!
On Wed, 21 Sep 2016 11:43:52 +0100, Jakub Kicinski wrote:
> Hi!
>
> Rebased and improved.
>
> v7:
> - fix patch 6.
s/6/4/
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.