datapath: Enable usage of cached flows.
authorJesse Gross <jesse@nicira.com>
Sun, 29 Aug 2010 17:49:11 +0000 (10:49 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 22 Sep 2010 20:43:01 +0000 (13:43 -0700)
commit3976f6d57b1134c5c3ed054c9da4aa6786fbf5bf
treeb41b47ef995a1eae300b8b4ed705f0aa3b7d9161
parentfb8c93473efacd67a50117d0f2a3084f2d96ceca
datapath: Enable usage of cached flows.

An upcoming commit will add support for supplying cached flows for
packets entering the datapath.  This adds the code in the datapath
itself to recognize these cached flows and use them instead of
extracting the flow fields and doing a lookup.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Reviewed-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/datapath.h
datapath/vport-internal_dev.c
datapath/vport.c
datapath/vport.h