Re: [ovs-dev] [PATCH v2 01/11] ct-dpif: New module.

2015-12-02 Thread Daniele Di Proietto
Hi Joe, thanks for the comments, answers inline I'm about to send a v3 to the list. On 17/11/2015 14:26, "Joe Stringer" wrote: >On 5 November 2015 at 19:12, Daniele Di Proietto >wrote: >> This defines some structures (and their related formatting functions) to >> manipulate entries in connect

Re: [ovs-dev] [PATCH v2 01/11] ct-dpif: New module.

2015-11-17 Thread Joe Stringer
On 5 November 2015 at 19:12, Daniele Di Proietto wrote: > This defines some structures (and their related formatting functions) to > manipulate entries in connection tracking tables. > > It will be used by next commits. > > Based on original work by Jarno Rajahalme > > Signed-off-by: Jarno Rajahal