From owner-freebsd-arch@FreeBSD.ORG Wed Dec 12 21:30:32 2007 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FBA616A468 for ; Wed, 12 Dec 2007 21:30:32 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3702513C458 for ; Wed, 12 Dec 2007 21:30:32 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so656742waf.3 for ; Wed, 12 Dec 2007 13:30:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=A+++eRv8vz16fo7eUfqaRuCOFPwJkDvD3wCTsWTisjI=; b=Yo/ATQd24oepp9DkzncxioIhtDAsPt1grcVrMxiwwcqEWqmG1Zv+bmZxj+0RfMg9Nvqc5Cfg7S4DYx9oQhnTvpGlDPQSWSdXa5b51Z/YVK1fnUw6obZYfW1myNfk2cPLpoRe7nsxPhT7tgp4uwLLYrXCDRIUBZOBMelDM3q1Npw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=naBVt7a8aKYHEYrKSTs2Luy9XktkCZ2jamgxGHW1+Nt0CMrtUNZmfDrYRPJI73k6sLCXgtCpc0w1um3Q32qujkdAonM2mQx6ZDViu8Jydv1DupsT8AoeCN8BLphCSraGZj/ww94ojN9aoVP8Ww/KCBVS+flD8dS2SIDaaHdB+Ro= Received: by 10.114.135.1 with SMTP id i1mr1288674wad.88.1197493416451; Wed, 12 Dec 2007 13:03:36 -0800 (PST) Received: by 10.114.255.11 with HTTP; Wed, 12 Dec 2007 13:03:36 -0800 (PST) Message-ID: Date: Wed, 12 Dec 2007 13:03:36 -0800 From: "Kip Macy" To: "Robert Watson" , "Sam Leffler" , freebsd-arch@freebsd.org, "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: pending changes for TOE support X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 21:30:32 -0000 After review by Mike Silbersack I've committed the hooks that provide a driver independent interface to TCP offload. I would like to commit the changes to tcp_subr.c and tcp_usrreq.c to actually make use of the new interface. Please review the following: http://www.fsmware.com/freebsd/tcp/tcp_subr.c.diff http://www.fsmware.com/freebsd/tcp/tcp_usrreq.c.diff The new KPI is provided by the following 2 files: http://www.fsmware.com/freebsd/tcp/tcp_ofld.c http://www.fsmware.com/freebsd/tcp/tcp_ofld.h Thank you for taking the time to review and provide feedback. -Kip