Mindaugas Rasiukevicius wrote: > Log Message: > Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained > from FreeBSD. Also, make few BPF fixes and simplifications while here. > Note that bpf_jit_enable is false for now. > > OK dyoung@, some feedback from matt@
Inserting bd_bfilter in the middle of bpf_d struct confuses tools like fstat. It's better to append new members to the end. Alex