Re: [libvirt] [PATCH v3 16/20] nwfilter: keep track of active filter bindings

2018-06-22 Thread Daniel P . Berrangé
On Mon, Jun 18, 2018 at 04:59:12PM -0400, John Ferlan wrote: > > > On 06/14/2018 08:33 AM, Daniel P. Berrangé wrote: > > Currently the nwfilter driver does not keep any record of what filter > > bindings it has active. This means that when it needs to recreate > > filters, it has to rely on

Re: [libvirt] [PATCH v3 16/20] nwfilter: keep track of active filter bindings

2018-06-18 Thread John Ferlan
On 06/14/2018 08:33 AM, Daniel P. Berrangé wrote: > Currently the nwfilter driver does not keep any record of what filter > bindings it has active. This means that when it needs to recreate > filters, it has to rely on triggering callbacks provided by the virt > drivers. This introduces a hash

[libvirt] [PATCH v3 16/20] nwfilter: keep track of active filter bindings

2018-06-14 Thread Daniel P . Berrangé
Currently the nwfilter driver does not keep any record of what filter bindings it has active. This means that when it needs to recreate filters, it has to rely on triggering callbacks provided by the virt drivers. This introduces a hash table recording the virNWFilterBinding objects so the driver