From owner-freebsd-net@FreeBSD.ORG Wed Oct 3 22:23:42 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C29A316A480 for ; Wed, 3 Oct 2007 22:23:42 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 63E2913C458 for ; Wed, 3 Oct 2007 22:23:42 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so2490544wra for ; Wed, 03 Oct 2007 15:23:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=SQV8h8opqzmDAuelC8V1ZnDyDrIvei9uVEV/M2h+H24=; b=lbeAkDa//7g3mQvsyTu+PYU9EuOV6mgn6MnlfPfuAJtT0NP3fA+2FbVx6DrZFhgxLW0bHyiRj1sIt+JRo7aSaiW3DXrYGxoaoYiUTul+muWCW2ruzO3PEnokKB7OG/I5Y6KJogS3wckCgDGbqhgDErhdOMtZdvyBeyxBGpgQPag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=urwDelmwlpsfbXGB/XJpqB41HtqpQIck+dse6YBeFAfqEHGy1Q/MJxBmh/MSsMh4kzD9ISD/xBXLhPYo95ZTYIE0O6DRoSWoN/1SJ0O5sfcvy6FvctVP83SjEy/48LCs4wvFh/YP4LtEXt0kbF0taGt0z7LH4gbbaB5TtUXLYxs= Received: by 10.142.222.21 with SMTP id u21mr92352wfg.1191450221025; Wed, 03 Oct 2007 15:23:41 -0700 (PDT) Received: by 10.140.192.2 with HTTP; Wed, 3 Oct 2007 15:23:41 -0700 (PDT) Message-ID: <2e77fc10710031523w35792c4dmf7494572490c10af@mail.gmail.com> Date: Thu, 4 Oct 2007 01:23:41 +0300 From: "Niki Denev" Sender: ndenev@gmail.com To: freebsd-net@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4703F9C3.2060601@net.utcluj.ro> X-Google-Sender-Auth: d75542c6c03e4a80 Subject: Re: FreeBSD as a gigabit router X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 22:23:42 -0000 2007/10/4, Ivan Voras : > Cristian KLEIN wrote: > > > Can anybody point me what the bottleneck of this configuration is? CPU was > > mostly idle and PCIe 1x should carry way more. Or is the experiment perhaps > > fundamentally flawed? > > A "generic" problem in your case might be ICMP limiting which is turned > on in FreeBSD by default. See net.inet.icmp.icmplim sysctl. > > Also ping -f itself does not try to saturate the link to the max. The manual states : -f Flood ping. Outputs packets as fast as they come back or one hundred times per second, whichever is more. -- Niki