From owner-freebsd-performance@FreeBSD.ORG Wed Oct 20 14:06:05 2004 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CBF16A4CE for ; Wed, 20 Oct 2004 14:06:05 +0000 (GMT) Received: from mail.telecom.by (mail.telecom.by [213.184.225.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D268E43D4C for ; Wed, 20 Oct 2004 14:05:18 +0000 (GMT) (envelope-from barzog@telecom.by) Received: from ADMIN1 (barzog.telecom.by [172.16.2.12]) (authenticated bits=0) by mail.telecom.by (8.12.11/8.12.11) with ESMTP id i9KE1MrP032984 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 20 Oct 2004 17:01:22 +0300 (EEST) (envelope-from barzog@telecom.by) Message-ID: <006001c4b6ad$38a8cac0$0c0210ac@ADMIN1> From: "Oleg Gawriloff" To: "Eric Anderson" References: <004001c4b69d$80e21f40$0c0210ac@ADMIN1> <41766350.4080901@centtech.com> Date: Wed, 20 Oct 2004 17:00:56 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on martin.telecom.by cc: freebsd-performance@freebsd.org Subject: Re: decreasing interrupt CPU load X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 14:06:05 -0000 Hello, Eric! You wrote to "Oleg Gawriloff" on Wed, 20 Oct 2004 08:08:32 -0500: EA> I've had really great performance with the em NICs, and bad experiences EA> with bge's (the hardware is flaky). OK, we'll try. Is there any problems with any of supported chipsets in em-driver with polling? There many negative answer about polling support in fxp on 82550, and good answers about 82558 and 82559 with fxp-driver. EA> Also - it's possible that your bus is the bottleneck - depending on how EA> many NICs you have, the type of bus, and the motherboard. Intel SCB2, integrated NIC on PCI 33Mhz bus. We use only one NIC, with five 802.1q vlan sub-interfaces configured. Is there any ideas how can I diagnose bottlenecks on bus? With best regards, Oleg Gawriloff.