Re: [ovs-dev] [PATCH V2 1/4] datapath: Move table destroy to dp-rcu callback.

2014-04-23 Thread Thomas Graf
On 04/23/2014 05:49 PM, Pravin B Shelar wrote: Ths simplifies flow-table-destroy API. This change is required for following patches. Signed-off-by: Pravin B Shelar Thanks for adding the comment. Acked-by: Thomas Graf ___ dev mailing list dev@open

[ovs-dev] [PATCH V2 1/4] datapath: Move table destroy to dp-rcu callback.

2014-04-23 Thread Pravin B Shelar
Ths simplifies flow-table-destroy API. This change is required for following patches. Signed-off-by: Pravin B Shelar --- Added comment --- datapath/datapath.c |5 ++--- datapath/flow_table.c |8 +--- datapath/flow_table.h |2 +- 3 files changed, 8 insertions(+), 7 deletions(-)