dpif-netdev: Exact match cache
authorDaniele Di Proietto <ddiproietto@vmware.com>
Fri, 29 Aug 2014 23:06:43 +0000 (16:06 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 29 Aug 2014 23:32:22 +0000 (16:32 -0700)
commit9bbf1c3dc0f9642e0e6c614f9ccb5a1e64810938
tree62f792e69c1d5105e7857208e5f75bef24ad0b15
parent61a2647e155c835e946407aa365c4d2adb5b57d5
dpif-netdev: Exact match cache

Since lookups in the classifier can be pretty expensive,
we introduce this (thread local) cache which simply
compares the miniflows of the packets

Signed-off-by: Daniele Di Proietto <ddiproietto@vmware.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
lib/dpif-netdev.c