summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Vxlan.c
diff options
context:
space:
mode:
authorNithin Raju <nithin@vmware.com>2016-06-16 10:17:09 -0700
committerGurucharan Shetty <guru@ovn.org>2016-06-20 10:05:00 -0700
commit89bd993256cb34e6c73bd65cccb0fa933a5e2855 (patch)
tree8236ba71767015dcf8d9486ad0d9ab0c124d541c /datapath-windows/ovsext/Vxlan.c
parentdb8f13b0201e992cc4a3aa12799723b19a509b46 (diff)
downloadopenvswitch-89bd993256cb34e6c73bd65cccb0fa933a5e2855.tar.gz
datapath-windows: comment cleanup and indentation
Signed-off-by: Nithin Raju <nithin@vmware.com> Acked-by: Sairam Venugopal <vsairam@vmware.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolution.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'datapath-windows/ovsext/Vxlan.c')
-rw-r--r--datapath-windows/ovsext/Vxlan.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/datapath-windows/ovsext/Vxlan.c b/datapath-windows/ovsext/Vxlan.c
index f6a55f0e1..ddd8d8e40 100644
--- a/datapath-windows/ovsext/Vxlan.c
+++ b/datapath-windows/ovsext/Vxlan.c
@@ -194,11 +194,6 @@ OvsDoEncapVxlan(POVS_VPORT_ENTRY vport,
ULONG mss = 0;
NDIS_TCP_IP_CHECKSUM_NET_BUFFER_LIST_INFO csumInfo;
- /*
- * XXX: the assumption currently is that the NBL is owned by OVS, and
- * headroom has already been allocated as part of allocating the NBL and
- * MDL.
- */
curNb = NET_BUFFER_LIST_FIRST_NB(curNbl);
packetLength = NET_BUFFER_DATA_LENGTH(curNb);