From owner-cvs-src@FreeBSD.ORG Sun Jul 30 06:48:41 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F6A16A4DE for ; Sun, 30 Jul 2006 06:48:41 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F1143D55 for ; Sun, 30 Jul 2006 06:48:39 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so66431nzn for ; Sat, 29 Jul 2006 23:48:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Xl/9jdqi+uY+a6Y9t1x26jyye6219QYXsQdX/FNc9/UhyWTr5mEPHB+wZFPf9ZwIgsy69pej9N2TYGYCRV5NS2Jo7PGwuXC7Ns9fNnZVeC5QExHypQlSOkhThBmh7HVtU6At9AJaqqI4rDZHvzH+8/xJHYjbyOS1SNzLBpJHg94= Received: by 10.65.232.18 with SMTP id j18mr1616517qbr; Sat, 29 Jul 2006 23:48:38 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id i5sm634418nzi.2006.07.29.23.48.36; Sat, 29 Jul 2006 23:48:38 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k6U6mxCn033000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 30 Jul 2006 15:48:59 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k6U6mwML032999; Sun, 30 Jul 2006 15:48:58 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sun, 30 Jul 2006 15:48:58 +0900 From: Pyun YongHyeon To: John Birrell Message-ID: <20060730064858.GB32731@cdnetworks.co.kr> References: <200607270043.k6R0hY8g088353@repoman.freebsd.org> <20060729220154.GA23870@what-creek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060729220154.GA23870@what-creek.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 06:48:41 -0000 On Sat, Jul 29, 2006 at 10:01:54PM +0000, John Birrell wrote: > On Thu, Jul 27, 2006 at 12:43:34AM +0000, Pyun YongHyeon wrote: > > yongari 2006-07-27 00:43:34 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/em if_em.c > > Log: > > Prepending an mbuf after loading a DMA map results in unexpected > > result. So, modify mbuf chains before loading a DMA map. > > > > Revision Changes Path > > 1.122 +28 -31 src/sys/dev/em/if_em.c > > The change immediately after the one that I tested on sun4v brought the > bus_dmamap_unload diagnostics back (worse than before). So much so, > I had to back the change out of my P4 tree. > > This is the change that causes the grief: > > > That's odd. Do you use VLAN with hardware tagging and the interface is in promiscuous mode? Would you should me the diagnostics trace again? -- Regards, Pyun YongHyeon