Re: [ovs-dev] Flow Control and Port Mirroring

2010-11-07 Thread Simon Horman
On Mon, Nov 08, 2010 at 01:41:23PM +1030, Rusty Russell wrote: > On Sat, 30 Oct 2010 01:29:33 pm Simon Horman wrote: > > [ CCed VHOST contacts ] > > > > On Thu, Oct 28, 2010 at 01:22:02PM -0700, Jesse Gross wrote: > > > On Thu, Oct 28, 2010 at 4:54 AM, Simon Horman wrote: > > > > My reasoning is

Re: [ovs-dev] Flow Control and Port Mirroring

2010-11-07 Thread Rusty Russell
On Sat, 30 Oct 2010 01:29:33 pm Simon Horman wrote: > [ CCed VHOST contacts ] > > On Thu, Oct 28, 2010 at 01:22:02PM -0700, Jesse Gross wrote: > > On Thu, Oct 28, 2010 at 4:54 AM, Simon Horman wrote: > > > My reasoning is that in the non-mirroring case the guest is > > > limited by the external i

Re: [PATCH] Char: virtio_console, fix memory leak

2010-11-07 Thread Rusty Russell
On Sat, 6 Nov 2010 07:36:50 pm Jiri Slaby wrote: > Stanse found that in init_vqs, memory is leaked under certain > circumstanses (the fail path order is incorrect). Fix that by checking > allocations in one turn and free all of them at once if some fails > (some may be NULL, but this is OK). Good