From owner-freebsd-stable@FreeBSD.ORG Tue Jan 26 17:14:37 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 521F1106566C for ; Tue, 26 Jan 2010 17:14:37 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 21F598FC22 for ; Tue, 26 Jan 2010 17:14:36 +0000 (UTC) Received: by pwi15 with SMTP id 15so3362516pwi.3 for ; Tue, 26 Jan 2010 09:14:36 -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=pktIhedpRL2yZTT629XfyjS6prlEPdkp80Bhl+ertyk=; b=cwPj4i2ktomVePXcsShC9VJDlt7UlXqWSmkwzPqP/eFaXv/7duGtDpDNEjH4VURDgT +LAY6Zs6f63nmvkv3BbPoT+4nxwvTTLHeK6YV8x0hM3I6XlxX2TgMxkuLaioLGdcd/x6 Gc4th6LTRI9ilS1t6edekQMWMPNEtYx6LiK3s= 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=nW8cwZLW3VKG+oklQ0Nr18iBjE3DbmbCXU9+bNHRkPC2JHuAOQ5Ed4AEIWa4BqzX0r uzsZemsb0zRxNIX2T+0LSkQ85TEMcZRSbukl4PCGOs+GUHbzh8StMt1CLhoQ0j6qo0mK 9JThF7K/Yjzb+wn6qNCWRILNMJw00z/CXIqAU= MIME-Version: 1.0 Received: by 10.142.152.6 with SMTP id z6mr1110340wfd.214.1264526076538; Tue, 26 Jan 2010 09:14:36 -0800 (PST) In-Reply-To: <147432021001260900p60ed1804t97392d2dff5cd244@mail.gmail.com> References: <20091201.102925.218343479.hrs@allbsd.org> <4B43F6EE.3010308@ucla.edu> <147432021001242047k659a26d0s44b35164920aeb74@mail.gmail.com> <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> Date: Tue, 26 Jan 2010 09:14:36 -0800 Message-ID: <147432021001260914x6e5e1b41n4146904ead9d9108@mail.gmail.com> From: Nick Rogers To: Joshua Boyd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "stable@freebsd.org" 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 17:14:37 -0000 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? > >