Re: [ovs-dev] [PATCH v5 4/7] dpif-netdev: Count exact match cache hits.

2015-04-02 Thread Ethan Jackson
Yeah I'd definitely like to see a re-spin of this with a "relaxed increment" helper. Acked-by: Ethan Jackson On Wed, Apr 1, 2015 at 9:21 AM, Daniele Di Proietto wrote: > We used to count exact match cache hits and masked classifier hits > together. This commit splits the DP_STAT_HIT counter in

[ovs-dev] [PATCH v5 4/7] dpif-netdev: Count exact match cache hits.

2015-04-01 Thread Daniele Di Proietto
We used to count exact match cache hits and masked classifier hits together. This commit splits the DP_STAT_HIT counter into two. This change will be used by future commits. Signed-off-by: Daniele Di Proietto --- lib/dpif-netdev.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deleti