diff mbox

[ovs-dev] datapath-windows: comment cleanup and indentation

Message ID 1466097326-34140-1-git-send-email-nithin@vmware.com
State Superseded
Headers show

Commit Message

Nithin Raju June 16, 2016, 5:15 p.m. UTC
Signed-off-by: Nithin Raju <nithin@vmware.com>
---
 datapath-windows/ovsext/Vxlan.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Sairam Venugopal June 16, 2016, 5:16 p.m. UTC | #1
Acked-by: Sairam Venugopal <vsairam@vmware.com>


On 6/16/16, 10:15 AM, "Nithin Raju" <nithin@vmware.com> wrote:

>Signed-off-by: Nithin Raju <nithin@vmware.com>
>---
> datapath-windows/ovsext/Vxlan.c | 5 -----
> 1 file changed, 5 deletions(-)
>
>diff --git a/datapath-windows/ovsext/Vxlan.c
>b/datapath-windows/ovsext/Vxlan.c
>index f6a55f0..ddd8d8e 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);
> 
>-- 
>2.6.2
>
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma
>n_listinfo_dev&d=CwIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=Dc
>ruz40PROJ40ROzSpxyQSLw6fcrOWpJgEcEmNR3JEQ&m=ZHWDRgM-n_JrN6VSVZIEe6H2qt8qv_
>Q-ar_ZSr6mtiQ&s=SYqJXUQmSi39mji6GIR2Gs1e23qZGP31E8a6CvPyfDk&e=
diff mbox

Patch

diff --git a/datapath-windows/ovsext/Vxlan.c b/datapath-windows/ovsext/Vxlan.c
index f6a55f0..ddd8d8e 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);