Re: [ovs-dev] [PATCH v3 03/10] datapath: Use TCP flags in the flow key for stats.

2014-03-24 Thread Jarno Rajahalme
Thanks for the review :-) Pushed to master, Jarno On Mar 21, 2014, at 2:41 PM, Pravin Shelar wrote: > On Fri, Feb 21, 2014 at 11:41 AM, Jarno Rajahalme > wrote: >> We already extract the TCP flags for the key, might as well use that >> for stats. >> >> Signed-off-by: Jarno Rajahalme > Lo

Re: [ovs-dev] [PATCH v3 03/10] datapath: Use TCP flags in the flow key for stats.

2014-03-21 Thread Pravin Shelar
On Fri, Feb 21, 2014 at 11:41 AM, Jarno Rajahalme wrote: > We already extract the TCP flags for the key, might as well use that > for stats. > > Signed-off-by: Jarno Rajahalme Looks good. Acked-by: Pravin B Shelar > --- > datapath/flow.c | 12 +--- > 1 file changed, 5 insertions(+),

[ovs-dev] [PATCH v3 03/10] datapath: Use TCP flags in the flow key for stats.

2014-02-21 Thread Jarno Rajahalme
We already extract the TCP flags for the key, might as well use that for stats. Signed-off-by: Jarno Rajahalme --- datapath/flow.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/datapath/flow.c b/datapath/flow.c index c3e3fcb..3cc4cdf 100644 --- a/datapath/flo