Re: [ovs-dev] [PATCH v2 2/5] datapath-windows: Added Ipv4 fragments support in Conntrack

2017-01-27 Thread Anand Kumar
Hi Sairam, Thank you for reviewing the patch series. I have address the comments and sent out a new version of the patch. Regards, Anand Kumar On 1/23/17, 3:42 PM, "Sairam Venugopal" wrote: Please find the comments inline. I have prefixed them with “sai:” Thanks, Sairam

Re: [ovs-dev] [PATCH v2 2/5] datapath-windows: Added Ipv4 fragments support in Conntrack

2017-01-23 Thread Sairam Venugopal
Please find the comments inline. I have prefixed them with “sai:” Thanks, Sairam On 1/12/17, 1:13 PM, "ovs-dev-boun...@openvswitch.org on behalf of Anand Kumar" wrote: >This patch adds support for Ipv4 fragments in conntrack module. >Individual fragments are not tracked, the reassembled Ipv

[ovs-dev] [PATCH v2 2/5] datapath-windows: Added Ipv4 fragments support in Conntrack

2017-01-12 Thread Anand Kumar
This patch adds support for Ipv4 fragments in conntrack module. Individual fragments are not tracked, the reassembled Ipv4 datagram is treated as a single ct entry. Added MRU field in OvsForwardingContext, to keep track of Maximum recieved unit from all the recieved IPv4 fragments. --- datapath-w