Re: svn commit: r277203 - in head/sys: kern sys

2015-01-30 Thread Robert N. M. Watson
> 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

Re: svn commit: r277203 - in head/sys: kern sys

2015-01-15 Thread Joerg Sonnenberger
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

svn commit: r277203 - in head/sys: kern sys

2015-01-14 Thread Robert Watson
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