Network stack cloning / virtualization patches for 4.9-RELEASE

2003-10-31 Thread Marko Zec
A new snapshot of network stack cloning patchset against 4.9-RELEASE kernel can be found at the usual place: http://www.tel.fer.hr/zec/vimage/ What's new: - support for independent IP multicast routing / forwarding in each network stack / virtual image; - virtual images can now be deleted more

Re: New snapshot: network stack cloning / virtualization patches

2003-09-12 Thread Marko Zec
Bruce M Simpson wrote: > Hi Marko, > > On Fri, Sep 12, 2003 at 03:05:15PM +0200, Marko Zec wrote: > > Network stack cloning patches allow for multiple fully independent network > > stacks to simultaneously coexistst in a single FreeBSD kernel. Combined with > [snip] > > Your work is most interesti

Re: New snapshot: network stack cloning / virtualization patches

2003-09-12 Thread Bruce M Simpson
Hi Marko, On Fri, Sep 12, 2003 at 03:05:15PM +0200, Marko Zec wrote: > Network stack cloning patches allow for multiple fully independent network > stacks to simultaneously coexistst in a single FreeBSD kernel. Combined with [snip] Your work is most interesting. I look forward to using it as a

New snapshot: network stack cloning / virtualization patches

2003-09-12 Thread Marko Zec
Network stack cloning patches allow for multiple fully independent network stacks to simultaneously coexistst in a single FreeBSD kernel. Combined with jail-style separation between user processes and with proportional-share extensions to the standard BSD CPU scheduler, the patched kernel can e

Re: Network stack cloning / virtualization patches

2003-05-31 Thread Sean Chittenden
> at http://www.tel.fer.hr/zec/vimage/ you can find a set of patches > against 4.8-RELEASE kernel that provide support for network stack > cloning. The patched kernel allows multiple fully independent > network stack instances to simultaneously coexist within a single OS > kernel, providing a found

Re: Network stack cloning / virtualization patches

2003-05-31 Thread Peter Jeremy
On Fri, May 30, 2003 at 10:07:07PM +0200, Marko Zec wrote: >I plan to start porting the cloning code to -CURRENT once it becomes -STABLE >(that means once the 5.2 gets out, I guess). FreeBSD has a policy that all new features must be added to -CURRENT before they can be added to -STABLE (4.x or 5.

Re: Network stack cloning / virtualization patches

2003-05-31 Thread Marko Zec
Juli Mallett wrote: > * Sean Chittenden <[EMAIL PROTECTED]> [ Date: 2003-05-30 ] > [ w.r.t. Re: Network stack cloning / virtualization patches ] > > > at http://www.tel.fer.hr/zec/vimage/ you can find a set of patches > > > against 4.8-RELEASE kernel that pro