next vimage commit.. a comment

Julian Elischer julian at elischer.org
Thu Sep 4 19:53:47 UTC 2008


Brooks Davis wrote:
> On Thu, Sep 04, 2008 at 12:44:11PM -0700, Julian Elischer wrote:
>> Some have suggested that we change the VNET_ITERLOOP_BEGIN() / 
>> VNET_ITERLOOP_END()  code,
>> and thinking about this I suggest that we go straight for the
>> final solution of:
>>
>> change:
>> 	code
>> 	code
>> 	code
>>
>> to:
>>
>> 	FOREACH_VNET(VINET, vnet_inet) {
>> 		code
>> 		code
>> 		code
>> 	}
>>
>> straight away. and get it over and done with...
>>
>> anyone have thoughts?
> 
> I agree.  We should avoid committing new code we plan to rip up later.
> 
> -- Brooks


Ok well it's going to massively expand the size of this commit diff
but if we are convinced that we will "understand" that it does nothing 
(yet) then we can still review it for "no binary changes" relatively 
easily once this happens..



More information about the freebsd-virtualization mailing list