Date: Thu, 13 Dec 2007 22:44:33 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Kip Macy <kmacy@FreeBSD.org> 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 Message-ID: <20071213223319.E81630@maildrop.int.zabbadoz.net> In-Reply-To: <200712122021.lBCKLdvt045540@repoman.freebsd.org> References: <200712122021.lBCKLdvt045540@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071213223319.E81630>