Re: panic: kmem_map too small at heavy packet traffic

2013-07-27 Thread Adrian Chadd
Cool, what's the PR number? It sounds like something is odd. Email -current with the PR details (number, how you reproduce it, etc) and let's see if we can get one of the VM/UMA gurus to look into it. Thanks, -adrian On 27 July 2013 00:26, Tugrul Erdogan wrote: > I have just pilled a PR. > >

Re: panic: kmem_map too small at heavy packet traffic

2013-07-27 Thread Tugrul Erdogan
I have just pilled a PR. The negative written value is directly malloc's size parameter (in fact after some page size alignment enlargements operation). This parameter has been defined as "unsigned long" but printing with "%ld" as signed long. So if the size is very very big (more than 2^63 at amd