svn commit: r194672 - in head/sys: kern netinet sys

Andre Oppermann andre at freebsd.org
Mon Jun 29 09:56:59 UTC 2009


Robert Watson wrote:
> 
> On Mon, 29 Jun 2009, Andre Oppermann wrote:
> 
>>> It seems either the third "if" is redundant (because the condition of 
>>> first "if" implies the condition of the third) or one of the 
>>> conditions is wrong. Also there should be spaces around the |.
>>
>> Thank you for the report.  I'm working on fixing and testing all the 
>> issues that were raised in the perforce branch to be committed soon 
>> after review.
> 
> I'd really like to see soreceive_stream() grow support for control 
> mbufs, if only by detecting controlp != NULL and calling 
> soreceive_generic(), and having the mtouio routing properly detect and 
> free them.  This would allow us to use soreceive_stream() with UNIX 
> domain stream sockets, which are used by MySQL and see similar 
> performance issues.

I'm trying to integrate that.  My more detailed response to you is
still pending.  I have it open in one window as a reference to work
all the issues.

-- 
Andre



More information about the svn-src-head mailing list