Re: [ovs-dev] [PATCH] RFC: Add support for connection tracking.

2014-10-02 Thread Madhu Challa
On Wed, Oct 1, 2014 at 5:53 PM, Justin Pettit jpet...@nicira.com wrote: On Wed, Sep 17, 2014 at 4:12 PM, Madhu Challa cha...@noironetworks.com wrote: I got a chance to try out your code with the example flows and measure raw packet throughput with and without connection tracking. The code

Re: [ovs-dev] [PATCH] RFC: Add support for connection tracking.

2014-10-01 Thread Justin Pettit
On Wed, Sep 17, 2014 at 4:12 PM, Madhu Challa cha...@noironetworks.com wrote: I got a chance to try out your code with the example flows and measure raw packet throughput with and without connection tracking. The code works and the performance numbers look pretty good. Sorry that I missed

Re: [ovs-dev] [PATCH] RFC: Add support for connection tracking.

2014-09-17 Thread Madhu Challa
Hi Justin, I got a chance to try out your code with the example flows and measure raw packet throughput with and without connection tracking. The code works and the performance numbers look pretty good. I ran two sets of tests both with 4 iptable rules in chain input and 8 in chain forward, all

Re: [ovs-dev] [PATCH] RFC: Add support for connection tracking.

2014-09-01 Thread loy wolfe
hi, how about connmark support: save_mark and restore_mark? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] RFC: Add support for connection tracking.

2014-08-25 Thread Justin Pettit
An RFC to get back early feedback on exposing Linux's kernel connection tracker to OVS. The code has a few rough spots that will be addressed in the next version: - Need better interface than setting individual flags for the state. - Need support for IP frags. - Need support for