Re: [ovs-dev] [PATCH v3 1/5] datapath-windows: Added a new file to support Ipv4 fragments.

2017-01-27 Thread Shashank Ram
is huge to review. You should probably break it into smaller patches. Thanks, Shashank From: ovs-dev-boun...@openvswitch.org on behalf of Anand Kumar Sent: Friday, January 27, 2017 2:13:26 PM To: d...@openvswitch.org Subject: [ovs-dev] [PATCH v3 1/5] datapa

Re: [ovs-dev] [PATCH v3 1/5] datapath-windows: Added a new file to support Ipv4 fragments.

2017-01-27 Thread Guru Shetty
On 27 January 2017 at 14:13, Anand Kumar wrote: > This patch adds functionalities to support IPv4 fragments, which will be > used by Conntrack module. > > Added a new structure to hold the Ipv4 fragments and a hash table to > hold Ipv4 datagram entries. Also added a clean up thread that runs > ev

[ovs-dev] [PATCH v3 1/5] datapath-windows: Added a new file to support Ipv4 fragments.

2017-01-27 Thread Anand Kumar
This patch adds functionalities to support IPv4 fragments, which will be used by Conntrack module. Added a new structure to hold the Ipv4 fragments and a hash table to hold Ipv4 datagram entries. Also added a clean up thread that runs every minute to delete the expired IPv4 datagram entries. The