From owner-freebsd-net@FreeBSD.ORG Sat Oct 28 17:10:29 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE89916A47C for ; Sat, 28 Oct 2006 17:10:29 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C238543D66 for ; Sat, 28 Oct 2006 17:10:27 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so789083nzf for ; Sat, 28 Oct 2006 10:10:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Lt8+VzgjCOUqNx/m2DSad6i5TQLfxA0DpyrcrC8roz1NdEsVyYnMFzSch+qCl35jlL2JmRYEIx/wSVhSSvMHY+JJEg/MjvspfAQB40jCvRTMpI1Y/RnTqdFT/RNd2kjFGuJqfaJVZUQ35XXiuRGIv5bDyf499iwOOEoXnzX0Nlk= Received: by 10.35.78.13 with SMTP id f13mr1874448pyl; Sat, 28 Oct 2006 10:10:26 -0700 (PDT) Received: by 10.35.118.6 with HTTP; Sat, 28 Oct 2006 10:10:26 -0700 (PDT) Message-ID: <2a41acea0610281010g5cc5f4e3s8141d26b27e9fee8@mail.gmail.com> Date: Sat, 28 Oct 2006 10:10:26 -0700 From: "Jack Vogel" To: "Nikolay Pavlov" , "Jack Vogel" , freebsd-stable@freebsd.org, freebsd-net In-Reply-To: <20061028133631.GA1553@zone3000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0610271844o4759424cv35a018ffc0c23373@mail.gmail.com> <20061028133631.GA1553@zone3000.net> Cc: Subject: Re: New em driver X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 17:10:30 -0000 On 10/28/06, Nikolay Pavlov wrote: > On Friday, 27 October 2006 at 18:44:37 -0700, Jack Vogel wrote: > > After a conference call today, it was decided that a merge of > > my Intel driver base and the STABLE code would take place. > > > > This code undoes the INTR_FAST/taskqueue approach for right > > now. Work will continue to get that to work, but the hope is that > > this driver will be more stable for the 6.2 release. > > > > I encourage everyone that has been having issues to pull the > > new driver and give us feedback. A few select testers so far > > have seen stable performance. > > > > Cheers, > > > > Jack > > _______________________________________________ > > 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" > > Hi, Jack. > Could you please post here exact revision number of this merge, just for > history. Sure thing: Log: Merge of Intel 6.2.9 em driver code. Approved by: re, scottl, jhb, pdeuskar Revision Changes Path 1.65.2.19 +731 -589 src/sys/dev/em/if_em.c 1.32.2.5 +97 -71 src/sys/dev/em/if_em.h 1.16.2.4 +574 -531 src/sys/dev/em/if_em_hw.c 1.15.2.5 +96 -148 src/sys/dev/em/if_em_hw.h 1.14.2.3 +46 -52 src/sys/dev/em/if_em_osdep.h