Re: [libvirt] [PATCH v2 3/3] nwfilter: Rebuild filters only if new filter is different than current

2012-01-25 Thread Stefan Berger
On 01/23/2012 04:59 PM, Eric Blake wrote: On 01/18/2012 09:20 AM, Stefan Berger wrote: Compare two filter definitions for equality and only rebuild/instantiate the new filter if the two filters are found to be different. This improves performance during an update of a filter with no obvious

Re: [libvirt] [PATCH v2 3/3] nwfilter: Rebuild filters only if new filter is different than current

2012-01-23 Thread Eric Blake
On 01/18/2012 09:20 AM, Stefan Berger wrote: Compare two filter definitions for equality and only rebuild/instantiate the new filter if the two filters are found to be different. This improves performance during an update of a filter with no obvious change or the reloading of filters during

[libvirt] [PATCH v2 3/3] nwfilter: Rebuild filters only if new filter is different than current

2012-01-18 Thread Stefan Berger
Compare two filter definitions for equality and only rebuild/instantiate the new filter if the two filters are found to be different. This improves performance during an update of a filter with no obvious change or the reloading of filters during a 'kill -SIGHUP' Unforuntately this more involved