From owner-freebsd-net@FreeBSD.ORG Fri Mar 23 18:43:30 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E801A106574E; Fri, 23 Mar 2012 18:43:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id B47B48FC17; Fri, 23 Mar 2012 18:43:26 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 27F4F46B2C; Fri, 23 Mar 2012 14:43:26 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 84139B9A8; Fri, 23 Mar 2012 14:43:25 -0400 (EDT) From: John Baldwin To: Mike Tancsa Date: Fri, 23 Mar 2012 14:19:08 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201203201457.24776.jhb@freebsd.org> <4F6CBC59.2060601@sentex.net> In-Reply-To: <4F6CBC59.2060601@sentex.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203231419.08514.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 23 Mar 2012 14:43:25 -0400 (EDT) Cc: freebsd-net@freebsd.org, Adrian Chadd , Hooman Fazaeli , Jason Wolfe Subject: Re: Intel 82574L interface wedging - em7.3.2/8.2-STABLE 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: Fri, 23 Mar 2012 18:43:31 -0000 On Friday, March 23, 2012 2:09:29 pm Mike Tancsa wrote: > On 3/20/2012 2:57 PM, John Baldwin wrote: > >>> TX when link becomes active. I've also updated it to fix resume for em > >>> and igb to DTRT when buf_ring is used, and to not include old-style start > >>> routines at all when using multiq. It is at > >>> http://www.freebsd.org/~jhb/patches/e1000_txeof2.patch > >> Thank for the patch sirs, so far it does look like it did the trick. > >> I'll know for certain here in a few days if I'm still in the clear. > >> I'm guessing after it goes through some more testing it'll be too late > >> to slip it into 8.3? > > > > Yes, this is too late for 8.3, but thanks for testing! > > Hi, > Is there a RELENG_8 version of this patch ? I have a server that used to > shows this issue quite a bit, but has not since 7.3.2. I would be happy > to stress it on the box. The patch above does not apply cleanly due to > the netmap diffs, but I can manually merge if thats the only difference. I suspect netmap is the only difference. I have not yet tried to make a patch for 8.x. -- John Baldwin