From owner-freebsd-current@FreeBSD.ORG Thu Nov 12 21:12:52 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09F6C106566C for ; Thu, 12 Nov 2009 21:12:52 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id B3E408FC2B for ; Thu, 12 Nov 2009 21:12:51 +0000 (UTC) Received: by yxe1 with SMTP id 1so168109yxe.3 for ; Thu, 12 Nov 2009 13:12:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=qaI8xDv9ro8qHEzhWY1v4XsQ05pIg8A94MAj4EQJ16o=; b=jqq7UGOGR+NnX22XtWEW40GmW7hAoJdQH9YWULSAiesxtXyGW5JNzBD3/b6BMmJFXI pFCdOFN2XSMOK5LrjEcbD3dPBkOkgJ/2eQxYdLSONakSN/rSIRGrjqESAW+eZh6jUh6R 99oYmxXudb9Fy4dynpbxVF++jC8krh3oPwAzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=mDToE1FTxmaarwI3V3PHpm2S+8UhmIx2Paz+2kHZX5lxAAK/v+ptJlG9Yw9gGZyh/7 RRztkTsgjWHmXncVkUdbUztHDCpIMiCf2ePQDEZFlrvahhjLxvseMrw738eqRfru0L7f rNMGRPY2mfue2Ywm6aaL8ErdJ1t0BSlBAyGR8= Received: by 10.101.167.27 with SMTP id u27mr3657795ano.199.1258060368897; Thu, 12 Nov 2009 13:12:48 -0800 (PST) Received: from ?192.168.1.100? ([190.177.212.192]) by mx.google.com with ESMTPS id 36sm51439yxh.49.2009.11.12.13.12.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Nov 2009 13:12:48 -0800 (PST) From: Gonzalo Nemmi To: freebsd-current@freebsd.org Date: Thu, 12 Nov 2009 19:12:44 -0200 User-Agent: KMail/1.9.10 References: <20091111223751.GE15449@michelle.cdnetworks.com> <20091112034749.GI15449@michelle.cdnetworks.com> In-Reply-To: <20091112034749.GI15449@michelle.cdnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911121912.44926.gnemmi@gmail.com> Subject: Re: Call for bge(4) testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2009 21:12:52 -0000 On Thursday 12 November 2009 1:47:49 am Pyun YongHyeon wrote: > On Wed, Nov 11, 2009 at 02:37:51PM -0800, Pyun YongHyeon wrote: > > Hi, > > > > I had been working on fixing bus_dma(9) bugs and adding TSO > > capability to bge(4). Now TSO is supported for BCM5755 or newer > > controllers. Actually some pre-BCM5755 controllers also support > > TSO with the help of special firmware but the license issue and > > lower performance of firmware based TSO as well as TSO bug I > > intentionally excluded TSO support for pre-BCM5755 controllers. > > You can get the patch form the following URL. The diff was > > generated against latest HEAD. > > > > http://people.freebsd.org/~yongari/bge/bge.tso.1111.diff > > Eh, there was a typo so I regenerated the diff. > http://people.freebsd.org/~yongari/bge/bge.tso.1111-1.diff Hi Just wanted to know before getting on to it, will your patch help to resolve kern/136876? Best Regards Gonzalo Nemmi