From owner-freebsd-net@FreeBSD.ORG Tue Sep 5 16:49:58 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1595716A4DF for ; Tue, 5 Sep 2006 16:49:58 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9915A43D60 for ; Tue, 5 Sep 2006 16:49:55 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so3514937pye for ; Tue, 05 Sep 2006 09:49:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=toY3mn8PMuCG0gBZcx55FB6V4+bSPfYZFjmnt+McZAxZdIM0kS/PYTwup2CTACBoOpaTEfhugb2R7acvlz5Bvx66XfJxwGJ6JEBOf1MdPaOWR0r5cGgA4m65URQebnDsnpTNK75tN6606hz+veCDMQW+bOnKoLKXN/87EWCHlb4= Received: by 10.35.41.12 with SMTP id t12mr12827824pyj; Tue, 05 Sep 2006 09:49:55 -0700 (PDT) Received: by 10.35.119.1 with HTTP; Tue, 5 Sep 2006 09:49:54 -0700 (PDT) Message-ID: <2a41acea0609050949v2b49ceeemc914abd6a273c540@mail.gmail.com> Date: Tue, 5 Sep 2006 09:49:55 -0700 From: "Jack Vogel" To: "Prafulla Deuskar" In-Reply-To: <20060905162542.GA63869@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0609011551v40338539u4eef48d091dd12ab@mail.gmail.com> <44F9384C.9070902@freebsd.org> <2a41acea0609021741y481a04c0r42902166eaba78d7@mail.gmail.com> <20060905162542.GA63869@hub.freebsd.org> Cc: freebsd-net , freebsd-current , Andre Oppermann Subject: Re: RFC: TSO patch for current X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 16:49:58 -0000 On 9/5/06, Prafulla Deuskar wrote: > Jack Vogel [jfvogel@gmail.com] wrote: > > On 9/2/06, Andre Oppermann wrote: > > > > >I can't comment on the em part but the tcp_output.c stuff looks > > >very much like a straight port from NetBSD. If we take code from > > >the other BSDs we have to remark this in the emails we send with > > >patches and the commit message (otherwise we get accused of 'stealing > > >without attribution'). > > > > I dont know that I'd call it a straight port, rather I was working from some > > prototype code that Prafulla had working back on 4.7, but I think at that > > time that he may have patterned it after NetBSD. > > I don't think NetBSD had TSO support in 2002 when I first did the 4.7 patch > for internal testing. Sorry if I misspoke Prafulla, you would know better than I :) Jack