From owner-freebsd-stable@FreeBSD.ORG Tue Jan 26 19:55:03 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7600F106568D; Tue, 26 Jan 2010 19:55:03 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id CF6BA8FC1C; Tue, 26 Jan 2010 19:55:01 +0000 (UTC) Received: by fxm27 with SMTP id 27so2356729fxm.3 for ; Tue, 26 Jan 2010 11:55:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=wAREsTWkLgVnp83FUOjQjNeJ9U6sRbXalrjMXq/gfMM=; b=C0FS3ggjt5/PrLTtcSHVRrZB8dHOXuuaMU8tDP8/o+xSRybNqrHw2owGRFD6SWsffL 9XyTQyQz5B+mzttszHhoUSftZKQumaWnfPt0j1gkd6qJca53vXfcxWBNJuSl8N89YLsT nP90E3rBfVhjziSnPqLd340x41MEiYt5rHahQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YDnx5NJDHqtt/Yn7zKrON7ypo8DPVJ+dQBBYpVADFjvusPPV6Hrc1wKbQ2nyOgucMA 2QjvwRMZpTprK278xdVEoa3hvjyeAgvpGMzTAqqs8L739wrg98Wrod+N5vVrcxvuJW0E 3Bm2/7Zb1vjVucGqDkK9yMB/htFmI4MTx4la4= MIME-Version: 1.0 Received: by 10.216.169.201 with SMTP id n51mr294018wel.209.1264535701087; Tue, 26 Jan 2010 11:55:01 -0800 (PST) In-Reply-To: <2a41acea1001260940sf89512ar5514cee9bb08fd9@mail.gmail.com> References: <20091201.102925.218343479.hrs@allbsd.org> <95D3CB82-BC44-491D-86E4-5CB82F89C0FC@nokia.com> <147432021001250825p202914a7ka5a2c1d28d96bac3@mail.gmail.com> <20100125182257.GG1187@michelle.cdnetworks.com> <147432021001251038r69393ab3m1a797e58f9fa905a@mail.gmail.com> <02307620-ECDC-4E8B-A5B1-FF8491E226C4@nokia.com> <33c6b0bc1001252031k508426bfh25fad65e9223d87@mail.gmail.com> <147432021001260900p60ed1804t97392d2dff5cd244@mail.gmail.com> <147432021001260914x6e5e1b41n4146904ead9d9108@mail.gmail.com> <2a41acea1001260940sf89512ar5514cee9bb08fd9@mail.gmail.com> Date: Tue, 26 Jan 2010 11:55:00 -0800 Message-ID: <2a41acea1001261155v20a54d39qdc5ad7b9ac88291d@mail.gmail.com> From: Jack Vogel To: Nick Rogers , Pyun YongHyeon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "stable@freebsd.org" , Joshua Boyd Subject: Re: em interface slow down on 8.0R X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 19:55:03 -0000 I've tried this patch, and it completely breaks IPv6 offloads, which DO work btw, our testers have a netperf stress test that does both ipv4 and ipv6, and that test fails 100% after this change. I could go hacking at it myself but as its your code Pyun would you like to resolve this issue? Regards, Jack On Tue, Jan 26, 2010 at 9:40 AM, Jack Vogel wrote: > No, it hasn't, I need time to look it over and be convinced of what he was > doing. > > Jack > > > > On Tue, Jan 26, 2010 at 9:14 AM, Nick Rogers wrote: > >> looks like the patch mentioned in kern/141843 has not been applied to the >> tree? >> >> On Tue, Jan 26, 2010 at 9:00 AM, Nick Rogers wrote: >> >> > Is it advisable to patch 8.0-RELEASE kernel sources with the latest >> > (CURRENT) em driver (i.e., src/sys/dev/e1000)? It looks like there are >> some >> > updates to the driver since 8.0-RELEASE that may fix some problems? >> > >> > >> _______________________________________________ >> 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" >> > >