Re: [ovs-dev] [PATCH] datapath: Remove redundant tcp_flags code.

2014-06-26 Thread Joe Stringer
Thanks, also received private ack from Pravin. I pushed this to master. On 26 June 2014 21:55, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > On Jun 25, 2014, at 8:24 PM, Joe Stringer wrote: > > > These two cases used to be treated differently for IPv4/IPv6, but they > > are now iden

Re: [ovs-dev] [PATCH] datapath: Remove redundant tcp_flags code.

2014-06-26 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Jun 25, 2014, at 8:24 PM, Joe Stringer wrote: > These two cases used to be treated differently for IPv4/IPv6, but they > are now identical. > > Signed-off-by: Joe Stringer > --- > datapath/flow_netlink.c | 13 +++-- > 1 file changed, 3 insertions(+), 10 d

[ovs-dev] [PATCH] datapath: Remove redundant tcp_flags code.

2014-06-25 Thread Joe Stringer
These two cases used to be treated differently for IPv4/IPv6, but they are now identical. Signed-off-by: Joe Stringer --- datapath/flow_netlink.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/datapath/flow_netlink.c b/datapath/flow_netlink.c index 5a978f0..