RE: unable to use BPF Just-In-Time compiler

2016-09-20 Thread KrishnamRaju ErapaRaju
z.net>; freebsd-net@freebsd.org Subject: Re: unable to use BPF Just-In-Time compiler Use "options BPF_JITTER" in your kernconf. If this is new code you must include opt_bpf.h in it. If it's part of a module then the module's makefile must have opt_bpf.h in its SRCS. When in doubt t

RE: unable to use BPF Just-In-Time compiler

2016-09-20 Thread KrishnamRaju ErapaRaju
Sent: Tuesday, September 20, 2016 2:48 AM To: KrishnamRaju ErapaRaju <krish...@chelsio.com> Cc: freebsd-net@freebsd.org Subject: Re: unable to use BPF Just-In-Time compiler On 19 Sep 2016, at 16:04, Jung-uk Kim wrote: > On 09/17/2016 17:11, Bjoern A. Zeeb wrote: >> On 15 Sep 2016, at 5:32

Re: unable to use BPF Just-In-Time compiler

2016-09-20 Thread Navdeep Parhar
t: Sunday, September 18, 2016 2:41 AM > To: KrishnamRaju ErapaRaju <krish...@chelsio.com> > Cc: freebsd-net@freebsd.org > Subject: Re: unable to use BPF Just-In-Time compiler > > On 15 Sep 2016, at 5:32, KrishnamRaju ErapaRaju wrote: > > > Hi, > > > > I

RE: unable to use BPF Just-In-Time compiler

2016-09-19 Thread KrishnamRaju ErapaRaju
o:bzeeb-li...@lists.zabbadoz.net] Sent: Sunday, September 18, 2016 2:41 AM To: KrishnamRaju ErapaRaju <krish...@chelsio.com> Cc: freebsd-net@freebsd.org Subject: Re: unable to use BPF Just-In-Time compiler On 15 Sep 2016, at 5:32, KrishnamRaju ErapaRaju wrote: > Hi, > > I want to use BPF JIT Ke

Re: unable to use BPF Just-In-Time compiler

2016-09-19 Thread Bjoern A. Zeeb
On 19 Sep 2016, at 16:04, Jung-uk Kim wrote: On 09/17/2016 17:11, Bjoern A. Zeeb wrote: On 15 Sep 2016, at 5:32, KrishnamRaju ErapaRaju wrote: Hi, I want to use BPF JIT Kernel APIs in FreeBSD(like: bpf_jitter(), etc..), for implementing TCP connection packet filtering. I have followed

Re: unable to use BPF Just-In-Time compiler

2016-09-19 Thread Jung-uk Kim
On 09/17/2016 17:11, Bjoern A. Zeeb wrote: > On 15 Sep 2016, at 5:32, KrishnamRaju ErapaRaju wrote: > >> Hi, >> >> I want to use BPF JIT Kernel APIs in FreeBSD(like: bpf_jitter(), >> etc..), for implementing TCP connection packet filtering. >> >> I have followed below instructions as specified

Re: unable to use BPF Just-In-Time compiler

2016-09-17 Thread Bjoern A. Zeeb
On 15 Sep 2016, at 5:32, KrishnamRaju ErapaRaju wrote: Hi, I want to use BPF JIT Kernel APIs in FreeBSD(like: bpf_jitter(), etc..), for implementing TCP connection packet filtering. I have followed below instructions as specified in: