From owner-cvs-all@FreeBSD.ORG Thu Dec 13 22:45:07 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DBF316A469; Thu, 13 Dec 2007 22:45:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id D154013C448; Thu, 13 Dec 2007 22:45:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 0F77D41C749; Thu, 13 Dec 2007 23:45:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id Au49jj7sRBz5; Thu, 13 Dec 2007 23:45:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id AA43C41C735; Thu, 13 Dec 2007 23:45:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 26D17444885; Thu, 13 Dec 2007 22:44:34 +0000 (UTC) Date: Thu, 13 Dec 2007 22:44:33 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Kip Macy In-Reply-To: <200712122021.lBCKLdvt045540@repoman.freebsd.org> Message-ID: <20071213223319.E81630@maildrop.int.zabbadoz.net> References: <200712122021.lBCKLdvt045540@repoman.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/netinet tcp_ofld.c tcp_ofld.h tcp_var.h toedev.h src/sys/sys socket.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 22:45:07 -0000 On Wed, 12 Dec 2007, Kip Macy wrote: Hi, > kmacy 2007-12-12 20:21:39 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/netinet tcp_var.h > sys/sys socket.h > Added files: > sys/netinet tcp_ofld.c tcp_ofld.h toedev.h > Log: > Add driver independent interface to offload active established TCP connections > > Reviewed by: silby > > Revision Changes Path > 1.1256 +1 -0 src/sys/conf/files > 1.1 +126 -0 src/sys/netinet/tcp_ofld.c (new) > 1.1 +198 -0 src/sys/netinet/tcp_ofld.h (new) I consider that just for the archives .. .. but is there a reason you abbreviated those file names like that? It's not like we live with 8.3 contrainsts. The first time I parsed it as "of ld", then realiazed it should be "off ld" and then wondered why it wasn't just "offload" like it is "syncache" or "timewait" or "hostcache"? And yes, I wondered the same about the functions names, ... Was that spelling inherited from another implementation/standard/whatever? > 1.159 +4 -1 src/sys/netinet/tcp_var.h > 1.1 +132 -0 src/sys/netinet/toedev.h (new) > 1.96 +2 -0 src/sys/sys/socket.h > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.