Re: CVS commit: src/usr.sbin/npf/npfctl

2014-12-26 Thread Martin Husemann
On Fri, Dec 26, 2014 at 09:40:54PM +, Christos Zoulas wrote: > In article <20141226204438.c525...@cvs.netbsd.org>, > Mindaugas Rasiukevicius wrote: > > >+if (modctl(MODCTL_LOAD, &args) != 0 && errno != EEXIST) { > >+fprintf(stderr, "WARNING: bpfjit is not loaded; " > >+

Re: CVS commit: src/usr.sbin/npf/npfctl

2014-12-26 Thread Christos Zoulas
In article <20141226204438.c525...@cvs.netbsd.org>, Mindaugas Rasiukevicius wrote: >+ if (modctl(MODCTL_LOAD, &args) != 0 && errno != EEXIST) { >+ fprintf(stderr, "WARNING: bpfjit is not loaded; " >+ "this may have severe impact on performance."); This is too m