dpif-netdev: Count exact match cache hits.
authorDaniele Di Proietto <diproiettod@vmware.com>
Tue, 7 Apr 2015 19:02:15 +0000 (20:02 +0100)
committerEthan Jackson <ethan@nicira.com>
Thu, 9 Apr 2015 22:00:52 +0000 (15:00 -0700)
commitabcf3ef4c3f75963f46a11501685363e3ceb7c0e
treea0f042567a485cb318bf680e0f7073f87145bc49
parenteb94da30aeb32cb004c85945a593e3e5c96d0b03
dpif-netdev: Count exact match cache hits.

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 <diproiettod@vmware.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/dpif-netdev.c