> On 15 Jan 2015, at 12:35, Joerg Sonnenberger wrote:
>
> On Wed, Jan 14, 2015 at 11:44:00PM +, Robert Watson wrote:
>> - As we anticipate embedding mbufs headers within variable-size regions of
>>memory in the future, change the definitions of byte arrays embedded in
>>mbufs to be
On Wed, Jan 14, 2015 at 11:44:00PM +, Robert Watson wrote:
> - As we anticipate embedding mbufs headers within variable-size regions of
> memory in the future, change the definitions of byte arrays embedded in
> mbufs to be of size [0] rather than [MLEN] and [MHLEN].
This is not vali
Author: rwatson
Date: Wed Jan 14 23:44:00 2015
New Revision: 277203
URL: https://svnweb.freebsd.org/changeset/base/277203
Log:
In order to support ongoing work to implement variable-size mbufs, and
more generally make it easier to extend 'struct mbuf in the future', make
a number of changes