RE: freebsd 7.0-RELEASE BUG ping: sendto: No buffer space available

2009-01-27 Thread Yony Yossef
No buffer space available is ENOBUFS. This error is returned when the ifq is full - see IFQ_ENQUEUE in if_var.h. You'll almost certainly want to set ifq_len to larger than the default for a 10 gigabit driver. This most likely to be a combination of ifq_len being too small and inadequate

Re: freebsd 7.0-RELEASE BUG ping: sendto: No buffer space available

2009-01-26 Thread gnn
At Sat, 24 Jan 2009 16:20:06 +, Rui Paulo wrote: On 24 Jan 2009, at 12:54, Yony Yossef wrote: Hi All, I'm facing a temporary network hang on my interfaces following a flood ping/stress udp test. I'm running a netperf UDP test which is giving results but does not return

Re: freebsd 7.0-RELEASE BUG ping: sendto: No buffer space available

2009-01-26 Thread Barney Cordoba
--- On Mon, 1/26/09, g...@freebsd.org g...@freebsd.org wrote: From: g...@freebsd.org g...@freebsd.org Subject: Re: freebsd 7.0-RELEASE BUG ping: sendto: No buffer space available To: Rui Paulo rpa...@freebsd.org Cc: Liran Liss lir...@mellanox.co.il, freebsd-net@freebsd.org, Yony Yossef

Re: freebsd 7.0-RELEASE BUG ping: sendto: No buffer space available

2009-01-26 Thread Kip Macy
No buffer space available is ENOBUFS. This error is returned when the ifq is full - see IFQ_ENQUEUE in if_var.h. You'll almost certainly want to set ifq_len to larger than the default for a 10 gigabit driver. This most likely to be a combination of ifq_len being too small and inadequate txq

Re: freebsd 7.0-RELEASE BUG ping: sendto: No buffer space available

2009-01-24 Thread Rui Paulo
On 24 Jan 2009, at 12:54, Yony Yossef wrote: Hi All, I'm facing a temporary network hang on my interfaces following a flood ping/stress udp test. I'm running a netperf UDP test which is giving results but does not return to the shell. client output: UDP UNIDIRECTIONAL SEND TEST from