> >
> >
> > In "netdev_open()" there is the "list_init(&netdev->saved_flags_list);".
> >
> > I didn't find the where we check and free the list elements.
>
> I think that the list has to be empty here because each element in
> saved_flags_list owns a ref_cnt, and the code in question runs only when
> ref_cnt reaches 0.
>

Thanks Ben, this makes sense.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to