From owner-freebsd-arch@FreeBSD.ORG Sat Dec 15 09:02:37 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 E696716A419 for ; Sat, 15 Dec 2007 09:02:37 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.241]) by mx1.freebsd.org (Postfix) with ESMTP id 8C40513C455 for ; Sat, 15 Dec 2007 09:02:37 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so1735239hsj.11 for ; Sat, 15 Dec 2007 01:02:36 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=1F0mj4+hO7HRQbji9Jr+IxNt9hbOM5Ga9ssh/rkKp9w=; b=Ml+1dwZkXs5sOrZjEBCR2UKTjtbassUP8gzQ+pddM4G2Nfl7ChFv6vU6SCcHG+aShk3oNEqjzDK6T6qlJstE5Gmy6qNdNT7mtxK3/wGn2/uSd5Dj6Ay9ZZISnaI/FLAyQ9cO20A9O0tJ2pk4XS04MSFZV6LXkt3dtb0QXquX1KQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Lqc5i3Zt9sHIDGCkckyvfbSubaCO4GOsKU3CpLoWzB3r8+jIMGbII9mECXFFSLJu4iXi80KGqteURvECUjI54Q5YBt0NJ5zPILBBzUPYGBsp+wLCNW9sj1j/1b6P51zBxfSwlvTPgZleUsue7XK4yn0IDJWTDJKLd0kbOY4Bz4w= Received: by 10.150.192.7 with SMTP id p7mr1555696ybf.90.1197709356543; Sat, 15 Dec 2007 01:02:36 -0800 (PST) Received: by 10.150.200.17 with HTTP; Sat, 15 Dec 2007 01:02:36 -0800 (PST) Message-ID: Date: Sat, 15 Dec 2007 01:02:36 -0800 From: "Kip Macy" To: "Robert Watson" , "Sam Leffler" , freebsd-arch@freebsd.org, "FreeBSD Current" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Subject: Re: 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: Sat, 15 Dec 2007 09:02:38 -0000 http://www.fsmware.com/freebsd/tcp/tcp_offload.diff On 12/15/07, Kip Macy wrote: > The updated patch is at: > http://www.fsmware.com/tcp/tcp_offload.diff > > I've only had structural feedback from one person. Please let me know > if you intend to provide feedback I'd like to get this in without much > further delay. > > -Kip > > > On 12/12/07, Kip Macy wrote: > > 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 > > >