[libvirt] [PATCH v4 2/6] nwfilter: keep track of active filter bindings

John Ferlan jferlan at redhat.com
Tue Jun 26 15:47:44 UTC 2018



On 06/26/2018 06:23 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 table recording the virNWFilterBinding
> objects so the driver has a record of all active filters.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/conf/virnwfilterobj.h      |  4 ++
>  src/nwfilter/nwfilter_driver.c | 84 ++++++++++++++++++++++++----------
>  2 files changed, 63 insertions(+), 25 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

John

BTW: I'm just running the avocado test again for final patch 6/6 checks.




More information about the libvir-list mailing list