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

2016-09-20 Thread KrishnamRaju ErapaRaju
l C files which used BPF_FILTER macro. Thanks, Krishna. -Original Message- From: Navdeep Parhar [mailto:npar...@gmail.com] On Behalf Of Navdeep Parhar Sent: Tuesday, September 20, 2016 12:04 PM To: KrishnamRaju ErapaRaju Cc: Bjoern A. Zeeb ; freebsd-net@freebsd.org Subject: Re: unable to

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

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