|
Description
|
In strsubr.c, there is logic that causes the response from an M_COPYIN to be split into MAXIOCBSZ (1K) byte messages. This is incredibly inefficient, and ultimately for drivers doing larger data chunks, creates a pointless need to msgpullup() if one wants to deal with a contiguous data structure.
|