Re: [ovs-dev] [PATCH 04/12] conntrack: New userspace connection tracker.

2015-11-29 Thread Ben Pfaff
On Sun, Nov 15, 2015 at 10:21:15PM -0800, Daniele Di Proietto wrote: > This commit adds the conntrack module. > > It is a connection tracker that resides entirely in userspace. Its > primary user will be the dpif-netdev datapath. > > The module main goal is to provide conntrack_execute(), which

[ovs-dev] [PATCH 04/12] conntrack: New userspace connection tracker.

2015-11-15 Thread Daniele Di Proietto
This commit adds the conntrack module. It is a connection tracker that resides entirely in userspace. Its primary user will be the dpif-netdev datapath. The module main goal is to provide conntrack_execute(), which offers a convenient interface to implement the datapath ct() action. The conntra