From owner-freebsd-net@FreeBSD.ORG Thu Oct 3 15:43:00 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 068587E6 for ; Thu, 3 Oct 2013 15:43:00 +0000 (UTC) (envelope-from h.tugrul.erdogan@gmail.com) Received: from mail-qe0-x22f.google.com (mail-qe0-x22f.google.com [IPv6:2607:f8b0:400d:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF86D2CC2 for ; Thu, 3 Oct 2013 15:42:59 +0000 (UTC) Received: by mail-qe0-f47.google.com with SMTP id b4so1866559qen.6 for ; Thu, 03 Oct 2013 08:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wUVLoqDUpDnYSu8x7GpSNdPSriIOPCc0Ph1sqrVibaI=; b=p6tyZPBksc2OM3xs0IEhhpVm75Ogve2KvmXAM+bv+QPl0QN1XVQ2a0DcAF/0zfGVaT ZcI5VJ/Wv0hVZslAbBx02PNzFH440IXwZW46q6gCzZzy4rI3n8Z6wGwiBOxzTEu+K3qt OA//Wd/6aTrvfu1dazjJnJ3aBQl5UsVZzTxmZc6iOZMMO7aT9cjRDKhCqTHxaBq5a+yY Zyg6Ytz7I9rJ6w4NWQ6fj/dBJjWnZUIg9cPUn8l2XCChRPyTT4gorrwlfzzX2C0tvxeY Tw61tcQAGZzBpJcRYopfNlVQywIGcXWM+0pqAboOaPgVluniYExIcIcK/bWxpg0hAeYc 3xmQ== MIME-Version: 1.0 X-Received: by 10.49.130.162 with SMTP id of2mr10682421qeb.37.1380814978894; Thu, 03 Oct 2013 08:42:58 -0700 (PDT) Received: by 10.49.84.137 with HTTP; Thu, 3 Oct 2013 08:42:58 -0700 (PDT) Date: Thu, 3 Oct 2013 18:42:58 +0300 Message-ID: Subject: The reason of "ping: sendto: No buffer space available" and link_irq variable From: Tugrul Erdogan To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 15:43:00 -0000 Hi, I am using FreeBSD alpha2 amd64 on my router and after packet loaded test attack I am taking "ping: sendto: No buffer space available" error when running ping from router to victim directoion. The nic is "Intel 82599EB". Whenever this problem began to show, I can track the packages by tcpdump but I think the packages can not be created physically when they are reached physical layer. Doing the nic down/up can not be solved the problem. When I testing I have found the "dev.ix.0.link_irq" value is increased very differently from other nic's link_irq values. So after assigning the value of 2 to this link_irq variable the problem solved. I want to your help at two path; firstly why should I take this error. Secondly what is the role of the link_irq variable, what is the situations which are trigger to increase the link_irq variable and is the real reason of this problem the link_irq variable or anything else under this mechanism? Thanks and best regards,