From owner-freebsd-arch@FreeBSD.ORG Sat Dec 15 08:57:30 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 375BF16A421 for ; Sat, 15 Dec 2007 08:57:30 +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 D527613C447 for ; Sat, 15 Dec 2007 08:57:29 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so1733838hsj.11 for ; Sat, 15 Dec 2007 00:57:29 -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=ryS8L/M2sdKR7XEu9LbiBGN65DlXsIXf4/PuLSk2vco=; b=nyPIN7I8wZMuxCNc8/LbyJPeB2YsdrHS8QHfg5UaREd0zroNd5VIUW77rO1oKNkZb66HWkRAo1St61VlmY+Pce92l7J73tXi5eItCbIxHsJj0buzmKBzF/TOt9+aeTT5fX/uLH+8MJy/SKxlSevxwYLiaRE/KTbAB6MQVfQ7Hlk= 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=YA/wz/B3JlbGK3a7d9q9eUnynhIcUoLW7xdWNYN9UKFDCO/j0WP20ogtzG9YC/iswnsLbbcsvNLaSPnL6s+IRF9bEfUBrUUZT5OKn45DCMg3JaC+pP7eVjLVFRzhKsFTg4DSk75JRzsswo4gGoS54MCi2+5cbtuuNg+gv/JnYbo= Received: by 10.150.124.2 with SMTP id w2mr1572036ybc.2.1197709047753; Sat, 15 Dec 2007 00:57:27 -0800 (PST) Received: by 10.150.200.17 with HTTP; Sat, 15 Dec 2007 00:57:27 -0800 (PST) Message-ID: Date: Sat, 15 Dec 2007 00:57:27 -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 08:57:30 -0000 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 >