From owner-freebsd-stable@FreeBSD.ORG Fri Jan 25 20:44:21 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25E7D5A2 for ; Fri, 25 Jan 2013 20:44:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by mx1.freebsd.org (Postfix) with ESMTP id B9302844 for ; Fri, 25 Jan 2013 20:44:20 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hq7so390545wib.13 for ; Fri, 25 Jan 2013 12:44:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=/6N1lMdXAaUe7yo3Od9aHKa//tQUBWISu2ymnvEPCcw=; b=rOMZnWaWwdxNaDNJWaJUrKTcgnTOQv8NjAz3JXP16jaBUKSetQWXh2j/S2QTIDCCyz PwnisL+0BoWK6Qo0TkS8d3g+9BakXEeylPmelkE2VzPz943ekwQoLWt7GbMU4XLM5JFF 8tSTiwEkzAIyneGclbyYVpwCbazcMpPVP4gh5cEj5gO5rmgbV2pPlgkkJlAv5u9rjWpz L13fxhbMSaFslVD0vh0tOwGP80MnORTZEy09fSwDhfdl6nR269RqeN1A9yqkiPptcQKa 1lV6HmJXUfu45bdwx9rm0I7zrHR25qyBwn676qVoELhm4oZnQ5WCpVxGk/a63bMUoOgC ZXbQ== MIME-Version: 1.0 X-Received: by 10.180.90.147 with SMTP id bw19mr3723003wib.28.1359146650784; Fri, 25 Jan 2013 12:44:10 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.67.6 with HTTP; Fri, 25 Jan 2013 12:44:10 -0800 (PST) In-Reply-To: References: Date: Fri, 25 Jan 2013 12:44:10 -0800 X-Google-Sender-Auth: _9NjfLzvX2QHBvRY5PL2Kc7D2Oo Message-ID: Subject: Re: bge bad performance From: Adrian Chadd To: Daniel Braniss Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 20:44:21 -0000 Disable the offload options (rx checksum, tx checksum, tcp segment offload) and retry with each option disabled, one at a time. Hopefully you'll find that one or a combination of options is causing your issue. Thanks, adrian On 25 January 2013 02:45, Daniel Braniss wrote: > Hi, > It seems that I have more issues with the bge, > Broadcom NetXtreme Gigabit Ethernet, ASIC rev. 0x5720000 > > ifconfig says: > bge2: flags=8843 metric 0 mtu 1500 > options=c019b O,LINKSTATE> > ether xx... > inet6 xxx prefixlen 64 scopeid 0x3 > inet xxx... netmask 0xfffff000 broadcast yyy > nd6 options=21 > media: Ethernet autoselect (1000baseT ) > status: active > > iperf reports > [ 3] 0.0-10.0 sec 230 MBytes 193 Mbits/sec > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"