From owner-freebsd-performance@FreeBSD.ORG Sat Mar 10 12:18:51 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E713516A400 for ; Sat, 10 Mar 2007 12:18:51 +0000 (UTC) (envelope-from garcol@postino.it) Received: from abraham.elitel.it (vdisk2.elitel.it [212.34.224.151]) by mx1.freebsd.org (Postfix) with SMTP id 3A8ED13C442 for ; Sat, 10 Mar 2007 12:18:50 +0000 (UTC) (envelope-from garcol@postino.it) Received: (qmail 2179 invoked by uid 65534); 10 Mar 2007 12:18:48 -0000 X-Spam-Checker-Version: SpamAssassin on abraham.elitel.it X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.2 tests=BAYES_00,NO_REAL_NAME autolearn=no Received: from 212.34.237.250 ([212.34.237.250]) by www.postino.punto.it (IMP) with HTTP for ; Sat, 10 Mar 2007 13:18:48 +0100 Message-ID: <1173529128.45f2a22865021@www.postino.punto.it> Date: Sat, 10 Mar 2007 13:18:48 +0100 From: garcol@postino.it To: "freebsd-performance@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 212.34.237.250 Subject: Re: 2000req/sec with RTL8169 X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 12:18:52 -0000 Hi, >The negotation is okay, 100baseTX with full-duplex. Or do you mean I >have to force it because it sometimes loses negotiation? Yes, first of all you'll not have error report by netstat -in or by counters on switch Try to force on freebsd and switch the negotiation to 100full if-needed. If the problem persist, try to disable via ifconfig TXCSUM and RXCSUM. Regards Alessandro