er 26, 2015 12:24 AM
> >> Către: Alin Serdean ;
> >> dev@openvswitch.org
> >> Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums
> >> for VXLAN inner packets
> >>
> >> Hey Alin,
> >>
> >> Thanks for
ay, September 26, 2015 12:24 AM
>> Către: Alin Serdean ;
>> dev@openvswitch.org
>> Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums
>> for VXLAN inner packets
>>
>> Hey Alin,
>>
>> Thanks for the patch. I just had few minor suggesti
Thanks for the review.
Comments inline.
Alin.
> -Mesaj original-
> De la: Sairam Venugopal [mailto:vsai...@vmware.com]
> Trimis: Saturday, September 26, 2015 12:24 AM
> Către: Alin Serdean ;
> dev@openvswitch.org
> Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows:
Hey Alin,
Thanks for the patch. I just had few minor suggestions. Looks good
otherwise.
Acked-by: Sairam Venugopal
- Sairam
On 9/22/15, 3:09 PM, "Alin Serdean"
wrote:
>Windows does not support VXLAN hardware offloading.
>
>Currently we do not compute IP/TCP/UDP checksums for the inner packe
Windows does not support VXLAN hardware offloading.
Currently we do not compute IP/TCP/UDP checksums for the inner packet. This
patch computes the checksums mentioned above in regards with the enabled
settings.
i.e. if IP checksum offloading is enabled for the inner packet we compute it.
The same