Re: svn commit: r186057 - head/sys/netinet

2009-03-01 Thread Bjoern A. Zeeb
On Tue, 16 Dec 2008, Peter Wemm wrote: On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zeeb wrote: De-virtualize the MD5 context for TCP initial seq number generation and make it a function local variable like we do almost everywhere inside the kernel. [..] --- head/sys/netinet/vinet.hSat

Re: svn commit: r186057 - head/sys/netinet

2008-12-26 Thread Alfred Perlstein
* Peter Wemm [081216 20:12] wrote: > On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zeeb wrote: > > De-virtualize the MD5 context for TCP initial seq number generation > > and make it a function local variable like we do almost everywhere > > inside the kernel. > [..] > > --- head/sys/netinet/vine

HEADS UP: vimage ABI constraints on container structs [was: Re: svn commit: r186057 - head/sys/netinet]

2008-12-17 Thread Bjoern A. Zeeb
On Tue, 16 Dec 2008, Peter Wemm wrote: Hi, let me Cc: virtualization and current@ for this reply (to have the explicit HEADS UP) for what Peter pointed out. The first to reply may want to trim the Cc: list again; possibly to only virtualization. On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zee

Re: svn commit: r186057 - head/sys/netinet

2008-12-17 Thread Bjoern A. Zeeb
On Tue, 16 Dec 2008, Peter Wemm wrote: Hi, there's multiple things in here, so let me try to address them separately. On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zeeb wrote: De-virtualize the MD5 context for TCP initial seq number generation and make it a function local variable like we do

Re: svn commit: r186057 - head/sys/netinet

2008-12-16 Thread Peter Wemm
On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zeeb wrote: > De-virtualize the MD5 context for TCP initial seq number generation > and make it a function local variable like we do almost everywhere > inside the kernel. [..] > --- head/sys/netinet/vinet.hSat Dec 13 21:17:46 2008(r186056)