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

2016-09-20 Thread KrishnamRaju ErapaRaju
bzeeb-li...@lists.zabbadoz.net] > Sent: Sunday, September 18, 2016 2:41 AM > To: KrishnamRaju ErapaRaju > 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, > > >

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

2016-09-20 Thread KrishnamRaju ErapaRaju
z.net] Sent: Tuesday, September 20, 2016 2:48 AM To: KrishnamRaju ErapaRaju 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, KrishnamRaju Era

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

2016-09-19 Thread Navdeep Parhar
> Sent: Sunday, September 18, 2016 2:41 AM > To: KrishnamRaju ErapaRaju > 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

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 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 Kernel APIs in FreeBSD(like: b

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 below

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 in:

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: https://lists.freebsd.org/pipermail/freebsd-current/2005-

unable to use BPF Just-In-Time compiler

2016-09-14 Thread KrishnamRaju ErapaRaju
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: https://lists.freebsd.org/pipermail/freebsd-current/2005-December/058603.html STEPS followed: -