Re: [ovs-dev] [PATCH V2 03/10] dpif-netdev: Add ref-counting for port.

2014-03-21 Thread Thomas Graf
On 03/21/2014 07:03 PM, Pravin wrote: DPDK Poll mode thread need to keep ref to dpif-port. Signed-off-by: Pravin B Shelar Acked-by: Jarno Rajahalme --- v1-v2: Removed extra blank line in port_unref(). LGTM Acked-by: Thomas Graf ___ dev mailing l

[ovs-dev] [PATCH V2 03/10] dpif-netdev: Add ref-counting for port.

2014-03-21 Thread Pravin
DPDK Poll mode thread need to keep ref to dpif-port. Signed-off-by: Pravin B Shelar Acked-by: Jarno Rajahalme --- v1-v2: Removed extra blank line in port_unref(). --- lib/dpif-netdev.c | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/lib/dpif-