Re: [ovs-dev] [PATCH v3] datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS

2015-10-23 Thread Gurucharan Shetty
On Fri, Oct 23, 2015 at 7:58 AM, Sorin Vinturis wrote: > This patch adds OVS_KEY_ATTR_TCP_FLAGS to our flow mechanism. > > Also clean unecesarry parts of code. > > Signed-off-by: Alin Gabriel Serdean > Co-authored-by: Sorin Vinturis Sorin, If you, git am this patch, it will have you as the aut

[ovs-dev] [PATCH v3] datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS

2015-10-23 Thread Sorin Vinturis
This patch adds OVS_KEY_ATTR_TCP_FLAGS to our flow mechanism. Also clean unecesarry parts of code. Signed-off-by: Alin Gabriel Serdean Co-authored-by: Sorin Vinturis --- This patch is intended for branch-2.4 as well. --- datapath-windows/ovsext/DpInternal.h | 7 +++--- datapath-windows/ovs