Re: pull-request: bpf 2018-03-29

2018-03-29 Thread David Miller
From: Daniel Borkmann Date: Thu, 29 Mar 2018 16:38:00 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix nfp to properly check max insn count while emitting >instructions in the JIT which was wrongly comparing bytes >against

pull-request: bpf 2018-03-29

2018-03-29 Thread Daniel Borkmann
Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Fix nfp to properly check max insn count while emitting instructions in the JIT which was wrongly comparing bytes against number of instructions before, from Jakub. 2) Fix for bpftool t