Re: [ovs-dev] : ovs-appctl dump and flush command for userspace conntrack

2016-02-22 Thread sourabh.bansal
Hi Joe, I rechecked and ovs-appctl dpctl/dump-conntrack command works fine for me. Actually I got confused with ovs-dpctl dump-conntrack command and thought that userspace dump conntrack is not available. Thanks for pointing it out. Withdrawing the patch. -Original Message- From: Sou

Re: [ovs-dev] : ovs-appctl dump and flush command for userspace conntrack

2016-02-21 Thread sourabh.bansal
Hi Joe, These commands will work when we are running userspace conntrack (OVS+DPDK env). Existing commands dpctl/{dump-flush}-conntrack commands will not help here, as they are trying to get info of kernel based conntrack module. NOTE: This implementation is over

Re: [ovs-dev] : ovs-appctl dump and flush command for userspace conntrack

2016-02-19 Thread sourabh.bansal
Hi Joe, Thanks for pointing out my mistake. Please find below updated one. m 69e63a45e2773c124deb885bbc3d5deb3e032126 Mon Sep 17 00:00:00 2001 From: soumyadeep chowdhury Date: Fri, 19 Feb 2016 07:39:34 -0500 Subject: [PATCH 4/4] Write the functions for dump-conntrack and flush-conntrack Signe

[ovs-dev] : ovs-appctl dump and flush command for userspace conntrack

2016-02-17 Thread sourabh.bansal
Hi Daniele, Like to contribute the following changes to your userconntrack branch. Please review and provide your comments Change Description: This implementation is based on top of this branch (By Daniele Di Proietto): https://github.com/ddiproietto/ovs/tree/userconntrack_20151115 and this pr