Re: [ovs-dev] [PATCH v2] route-table: Make route-table module thread-safe.

2014-05-29 Thread Alex Wang
Thanks for fixing this,~ Applied with following changes as discussed offline: diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c index 9acc81c..dab4fd2 100644 --- a/lib/route-table-stub.c +++ b/lib/route-table-stub.c @@ -24,13 +24,6 @@ route_table_get_name(ovs_be32 ip OVS_UNUSED, char n

[ovs-dev] [PATCH v2] route-table: Make route-table module thread-safe.

2014-05-29 Thread Ryan Wilson
Due to patch fe83f8 (netdev: Remove netdev from global shash when the user is changing interface configuration), netdevs can be destructed and deallocated by revalidator and RCU threads. When netdevs with class vport are destroyed, the routing table is unregistered, possibly causing memory to be fr