Re: [ovs-dev] [PATCH] datapath-windows: Stateless TCP Tunnelling protocol - Initial implementation

2015-05-22 Thread Nithin Raju
hi Eitan, Thanks for this patch. Looks good overall. I had a few minor comments which I have inlined. Also, please update he instructions in INSTALL.Windows.md about the configuration steps for setting STT tunnels and testing them. thanks, -- Nithin > On May 7, 2015, at 6:08 PM, Eitan Eliah

[ovs-dev] [PATCH] datapath-windows: Stateless TCP Tunnelling protocol - Initial implementation

2015-05-07 Thread Eitan Eliahu
This change include an initial implementable of STT. The following should be added: [1] Checksum offload (SW and HW) [2] LSO (SW and HW) [3] IP layer WFP callout for IP segments Testing: link layer connection through ping works. File transfer. Signed-off-by: Eitan Eliahu Co-authored-by: Saurabh

Re: [ovs-dev] [PATCH] datapath-windows: Stateless TCP Tunnelling protocol - Initial implementation

2015-05-07 Thread Ben Pfaff
On Thu, May 07, 2015 at 09:48:15AM -0700, Ben Pfaff wrote: > On Thu, May 07, 2015 at 04:00:45PM -0700, Eitan Eliahu wrote: > > This change include an initial implementable of STT. > > The following should be added: > > [1] Checksum offload (SW and HW) > > [2] LSO (SW and HW) > > [3] IP layer WFP ca

Re: [ovs-dev] [PATCH] datapath-windows: Stateless TCP Tunnelling protocol - Initial implementation

2015-05-07 Thread Ben Pfaff
On Thu, May 07, 2015 at 04:00:45PM -0700, Eitan Eliahu wrote: > This change include an initial implementable of STT. > The following should be added: > [1] Checksum offload (SW and HW) > [2] LSO (SW and HW) > [3] IP layer WFP callout for IP segments > > Testing: link layer connection through ping

[ovs-dev] [PATCH] datapath-windows: Stateless TCP Tunnelling protocol - Initial implementation

2015-05-07 Thread Eitan Eliahu
This change include an initial implementable of STT. The following should be added: [1] Checksum offload (SW and HW) [2] LSO (SW and HW) [3] IP layer WFP callout for IP segments Testing: link layer connection through ping works. File transfer. Signed-off-by: Eitan Eliahu Co-authored-by: Saurabh