Re: [ovs-dev] [PATCH] datapath-windows: STT - Offload inner checksum calculation

2015-11-03 Thread Sairam Venugopal
Ben, Thanks for applying this one. Sairam On 11/3/15, 12:38 PM, "Ben Pfaff" wrote: >On Tue, Oct 27, 2015 at 02:36:03PM -0700, Sairam Venugopal wrote: >> Offload the inner checksum computation to NDIS in OvsDecapStt function. >> >> Signed-off-by: Sairam Venugopal > >Applied, thanks! > >I'd or

Re: [ovs-dev] [PATCH] datapath-windows: STT - Offload inner checksum calculation

2015-11-03 Thread Ben Pfaff
On Tue, Oct 27, 2015 at 02:36:03PM -0700, Sairam Venugopal wrote: > Offload the inner checksum computation to NDIS in OvsDecapStt function. > > Signed-off-by: Sairam Venugopal Applied, thanks! I'd ordinarily wait for a Cloudbase review but this feature is so new that this patch can't really cau

Re: [ovs-dev] [PATCH] datapath-windows: STT - Offload inner checksum calculation

2015-10-27 Thread Nithin Raju
Thanks for doing this! Acked-by: Nithin Raju -Original Message- From: Sairam Venugopal Date: Tuesday, October 27, 2015 at 2:36 PM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH] datapath-windows: STT - Offload inner checksumcalculation >Offload the i

[ovs-dev] [PATCH] datapath-windows: STT - Offload inner checksum calculation

2015-10-27 Thread Sairam Venugopal
Offload the inner checksum computation to NDIS in OvsDecapStt function. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Stt.c | 133 ++ 1 file changed, 58 insertions(+), 75 deletions(-) diff --git a/datapath-windows/ovsext/Stt.c b/datapath-win