From mboxrd@z Thu Jan 1 00:00:00 1970 From: mnm.kernel@gmail.com (Manavendra Nath Manav) Date: Fri, 5 Oct 2012 14:28:15 +0530 Subject: IPSec/IPv6 test gets unexpected ENOBUFS on connect on linux 3.2 In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Mon, Oct 1, 2012 at 11:49 AM, Bhushan Kumar wrote: > HI, > > I am getting the below mentioned error for Linux kernel 3.2.18.i am > looking for patch for the same. If anyone having suggestion\patch is much > appreciated . And I will be thankful for ASAP response. > > > > ? TCP/IPv6 test doing repeated heavy sending and reconnecting, connect()s > > start to fail with ENOBUFS on the Linux 3.2.18. ? > Your system is running low on memory. I don't think it is specific to 3.2.18. The kernel's buffers for I/O operations are all in use. In GNU, this error is always synonymous with ENOMEM; you may get one or the other from network operations. -- Manavendra Nath Manav