cvs commit: src/sys/amd64/amd64 bpf_jit_machdep.c
bpf_jit_machdep.h src/sys/conf files files.amd64 files.i386
options.amd64 options.i386 src/sys/i386/i386
bpf_jit_machdep.c bpf_jit_machdep.h src/sys/net bpf.c
bpf_jitter.c bpf_jitter.h bpfdesc.h
Jung-uk Kim
jkim at FreeBSD.org
Wed May 24 08:55:18 PDT 2006
On Wednesday 24 May 2006 10:36 am, Robert Watson wrote:
> On Tue, 6 Dec 2005, Jung-uk Kim wrote:
> > Add experimental BPF Just-In-Time compiler for amd64 and i386.
> >
> > Use the following kernel configuration option to enable:
> >
> > options BPF_JITTER
> >
> > If you want to use bpf_filter() instead (e. g., debugging), do:
> >
> > sysctl net.bpf.jitter.enable=0
> >
> > to turn it off.
> >
> > Currently BIOCSETWF and bpf_mtap2() are unsupported, and
> > bpf_mtap() is partially supported because 1) no need, 2) avoid
> > expensive m_copydata(9).
> >
> > Obtained from: WinPcap 3.1 (for i386)
>
> Do you have any plans to MFC this to RELENG_6?
Currently I have no plan to MFC because it lacks man pages and more
importantly, I'd like to optimize jumps. It won't take long but my
day job has been pretty busy recently. :-(
> I've had a question about getting it up and running for intrusion
> detection / network monitoring.
Feel free to ask.
Jung-uk Kim
More information about the cvs-src
mailing list