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

2016-02-22 Thread sourabh.bansal
: Sourabh Bansal (NEP) Sent: Monday, February 22, 2016 11:14 AM To: 'Joe Stringer' Cc: Daniele Di Proietto ; ovs dev ; Sanjeev Sharma (Cisco) ; Soumyadeep Chowdhury (NEP) Subject: RE: [ovs-dev] : ovs-appctl dump and flush command for userspace conntrack Hi Joe, These commands will wo

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

2016-02-21 Thread sourabh.bansal
(Cisco) ; Soumyadeep Chowdhury (NEP) Subject: Re: [ovs-dev] : ovs-appctl dump and flush command for userspace conntrack On 19 February 2016 at 02:35, wrote: > Hi Joe, > > Thanks for pointing out my mistake. Please find below updated one. > > > m 69e63a45e2773c124deb885bbc3d5deb3e03

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

2016-02-19 Thread Joe Stringer
On 19 February 2016 at 02:35, wrote: > 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 fu

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

2016-02-19 Thread sourabh.bansal
Flush the entire conntrack table", + 0, 0, dpif_netdev_flush_conntrack, NULL); return 0; } Regards, Sourabh Bansal -Original Message- From: Joe Stringer [mailto:j...@ovn.org] Sent: Friday, February 19, 2016 3:08 AM To: Sourabh Bansal (NEP) Cc: D

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

2016-02-18 Thread Joe Stringer
On 17 February 2016 at 04:50, wrote: > 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/dd

[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