Re: [ovs-dev] [PATCH v3 00/16] Userspace (DPDK) connection tracker

2016-06-02 Thread Fischetti, Antonio
Thanks Daniele, Antonio > -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Wednesday, June 1, 2016 7:34 PM > To: Fischetti, Antonio <antonio.fische...@intel.com> > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v

Re: [ovs-dev] [PATCH v3 00/16] Userspace (DPDK) connection tracker

2016-06-01 Thread Daniele Di Proietto
t; >> -Original Message- >> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele >> Di Proietto >> Sent: Tuesday, May 17, 2016 1:56 AM >> To: dev@openvswitch.org >> Subject: [ovs-dev] [PATCH v3 00/16] Userspace (DPDK) connection >>

Re: [ovs-dev] [PATCH v3 00/16] Userspace (DPDK) connection tracker

2016-05-26 Thread Fischetti, Antonio
Proietto > Sent: Tuesday, May 17, 2016 1:56 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v3 00/16] Userspace (DPDK) connection > tracker > > This series aims to implement the ct() action for the dpif-netdev > datapath. > The bulk of the code is in the new c

[ovs-dev] [PATCH v3 00/16] Userspace (DPDK) connection tracker

2016-05-16 Thread Daniele Di Proietto
This series aims to implement the ct() action for the dpif-netdev datapath. The bulk of the code is in the new conntrack module: it contains some packet parsing code, some lookup tables and the logic to implements all the ct bits. The conntrack module is helped by conntrack-tcp, for TCP window