Re: [ovs-dev] [PATCH] datapath-windows: Use layers info to extract IP header in IpFragment

2018-12-17 Thread aserdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Anand Kumar > Trimis: Friday, November 9, 2018 9:09 PM > Către: d...@openvswitch.org > Subiect: [ovs-dev] [PATCH] datapath-windows: Use layers info to extract IP >

[ovs-dev] [PATCH] datapath-windows: Use layers info to extract IP header in IpFragment

2018-11-09 Thread Anand Kumar
- Rely on layers l3Offset field to get offset of IP header. - Aslo fix passing 'newNbl' to IP fragment which is not required. - Fixed including a header file twice. Signed-off-by: Anand Kumar --- datapath-windows/ovsext/BufferMgmt.c | 16 -- datapath-windows/ovsext/Conntrack.c | 11 +++-