I suggested we get rid of ŒOVS_TNL_F_SEQ¹ in the 3/3 patch, since there¹s
no way of using it.

-- Nithin

-----Original Message-----
From: dev <dev-boun...@openvswitch.org> on behalf of Alin Serdean
<aserd...@cloudbasesolutions.com>
Date: Wednesday, December 2, 2015 at 9:50 AM
To: "dev@openvswitch.org" <dev@openvswitch.org>
Subject: [ovs-dev] [PATCH 1/3] datapath-windows: Add sequence tunneling
information define

>This patch adds the sequence tunneling information which will be needed
>for
>GRE tunneling.
>
>Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
>---
> datapath-windows/ovsext/Flow.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/datapath-windows/ovsext/Flow.h
>b/datapath-windows/ovsext/Flow.h
>index 74b9dfb..0d4009a 100644
>--- a/datapath-windows/ovsext/Flow.h
>+++ b/datapath-windows/ovsext/Flow.h
>@@ -83,5 +83,6 @@ UINT32 OvsTunKeyAttrSize(void);
> #define OVS_TNL_F_DONT_FRAGMENT         (1 << 0)
> #define OVS_TNL_F_CSUM                  (1 << 1)
> #define OVS_TNL_F_KEY                   (1 << 2)
>+#define OVS_TNL_F_SEQ                   (1 << 3)
> 
> #endif /* __FLOW_H_ */
>-- 
>1.9.5.msysgit.0
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma
>n_listinfo_dev&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=pN
>HQcdr7B40b4h6Yb7FIedI1dnBsxdDuTLBYD3JqV80&m=waN6REJQ8BPz5NGnNO2kn4Z21UcO_W
>u1Dy8MG9aDSn8&s=J4-_IyUF3p2E00rqJC7u8swnlxXI6Swik7XuoSTsYtE&e= 

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to