On Tue, Nov 29, 2011 at 05:51:57PM +0000, Dominic Curran wrote: > From: Rob Hoes <[email protected]> > Subject: [PATCH] xenserver: Reduce number of xapi DB calls in plugin > > When there are lots of PIFs in a XenServer/XCP pool, for example when > there are many VLANs configured on the pool, operations such as > PIF.get_all and loops over all PIFs which include database operations, > are very inefficient when executed on a pool slave, and should be > avoided as much as possible. This patch reduces the number of database > calls in the update function of the openvswitch-cfg-update xapi plugin. > > Signed-off-by: Rob Hoes <[email protected]> > Ack-by: Dominic Curran <[email protected]>
Your patch seems reasonable but it's wordwrapped and won't apply. Can you send it with a MUA that does not wrap lines? "git send-email" is the easiest way. Other minor points: The correct tag is "Acked-by" (not "Ack-by") and the correct mailing list for patches is [email protected]. Thanks, Ben. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
