From owner-freebsd-questions@FreeBSD.ORG Fri Jul 23 18:02:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C93C106567A for ; Fri, 23 Jul 2010 18:02:39 +0000 (UTC) (envelope-from kes-kes@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id DDBA78FC22 for ; Fri, 23 Jul 2010 18:02:38 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward15.mail.yandex.net (Yandex) with ESMTP id C19B34459C80 for ; Fri, 23 Jul 2010 22:02:36 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1279908156; bh=l7EtVt20EXC026EEYkwpjQT7LEXHwiY31Qyd5OtzquU=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding; b=U340TVftC5ld7EoYo0lyj0yLjmXNM+El+in3iV+kzPnNJTErUIi4y5/HP4HitEmrG OOiEuyQuIYvBDhGHtYJlndXd5trSmrg2BDMPYPFPHSjhE29XX9hdm9l/ZFnEJ1qIzc CHLgu20wiAR9726sgCgW/eBZ06YA9QR0vuH2dEhc= Received: from HOMEUSER (unknown [77.93.38.41]) by smtp14.mail.yandex.net (Yandex) with ESMTPA id 90FB719B805C for ; Fri, 23 Jul 2010 22:02:36 +0400 (MSD) Date: Fri, 23 Jul 2010 21:02:53 +0300 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= X-Mailer: The Bat! (v4.0.24) Professional Organization: =?windows-1251?B?188gyu7t/Oru4iwgRnJlZUxpbmU=?= X-Priority: 3 (Normal) Message-ID: <1910002213.20100723210253@yandex.ru> To: freebsd-questions@freebsd.org In-Reply-To: <44hbjrl3vo.fsf@be-well.ilk.org> References: <44hbjrl3vo.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1279908156 X-Yandex-Spam: 1 X-Yandex-Front: smtp14.mail.yandex.net Subject: pipe vs queues: many queues slows down network speed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 18:02:39 -0000 Hi c pipe 46 config bw 15Mbit/s queue 50 mask dst-ip 0xffffffff gred 0.002/10/30/0.1 c queue 46 config pipe 46 queue 50 mask dst-ip 0xffffffff gred 0.002/10/30/0.1 ipfw add 5620 pipe 46 ip from any to any out xmit ng* -- works fine if I add instead ipfw add 5620 queue 46 all from any to any out xmit ng* it work fine too but if there less then about 40 queues if there many queues 60-100 each queue get 1-2Mbit/s Maximum bandwidth I can do is 75Mbit Current bandwidth is 30-35Mbit So one any client (queue) may gen ~30Mbit when in firewall pipe it can do when in firewall is queue it can't: only 1-2Mbit/s =( any sugestions? -- Konkov Eugen mailto:kes-kes@yandex.ru