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

Julian Elischer julian at elischer.org
Thu Dec 13 15:08:47 PST 2007


Bjoern A. Zeeb wrote:
> 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 think I'd have just gone for
tcp_offload.c
it's not the longest filename in the system.

> 
> 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
>>
> 



More information about the cvs-src mailing list