summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Flow.h
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2015-10-27 19:50:35 +0000
committerGurucharan Shetty <gshetty@nicira.com>2015-10-27 13:21:39 -0700
commit481c5a6d836f77331e42b1fd65b5fc9786bda5d5 (patch)
treee02a4e627b915045353ef7bc21770220cb4444d4 /datapath-windows/ovsext/Flow.h
parent2a33a3c20f56b8ac09abebc8b14fca9314abfacb (diff)
downloadopenvswitch-481c5a6d836f77331e42b1fd65b5fc9786bda5d5.tar.gz
Revert "datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS"
This reverts commit a26b2023ce33fed1ef962012dc2c03765d2e92cb. This patch punishes performance without the implementation of megaflows on Windows. Once megaflows is implemented in the flow logic this patch will be revisited. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Sairam Venugopal <vsairam@vmware.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'datapath-windows/ovsext/Flow.h')
-rw-r--r--datapath-windows/ovsext/Flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/Flow.h b/datapath-windows/ovsext/Flow.h
index 5d74ca8bb..e817bcf80 100644
--- a/datapath-windows/ovsext/Flow.h
+++ b/datapath-windows/ovsext/Flow.h
@@ -28,7 +28,7 @@ typedef struct _OvsFlow {
OvsFlowKey key;
UINT64 hash;
UINT32 actionsLen;
- UINT8 tcpFlags;
+ UINT8 tcpFlags;
UINT64 used;
UINT64 packetCount;
UINT64 byteCount;