Re: [ovs-dev] [PATCH v2] datapath-windows: Support for IPv6 in TCP segmentation

2016-03-14 Thread Ben Pfaff
On Mon, Feb 29, 2016 at 11:42:12AM -0800, Sairam Venugopal wrote: > When a packet which needs segmentation is received, the header for > each segment is being calculated, i.e. IP length, checksum, TCP seq, > TCP checksum. > > The problem with the current code is that it wrongly assumes that > the

Re: [ovs-dev] [PATCH v2] datapath-windows: Support for IPv6 in TCP segmentation

2016-03-10 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sairam > Venugopal > Trimis: Monday, February 29, 2016 9:42 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH v2] datapath-windows: Suppo

Re: [ovs-dev] [PATCH v2] datapath-windows: Support for IPv6 in TCP segmentation

2016-03-01 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sairam > Venugopal > Trimis: Monday, February 29, 2016 9:42 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH v2] datapath-windows: Suppo

[ovs-dev] [PATCH v2] datapath-windows: Support for IPv6 in TCP segmentation

2016-02-29 Thread Sairam Venugopal
When a packet which needs segmentation is received, the header for each segment is being calculated, i.e. IP length, checksum, TCP seq, TCP checksum. The problem with the current code is that it wrongly assumes that the Ethernet frame payload is always an IPv4 packet. This patch checks the EtherT