datapath: Remove flow refcount functionality.
authorJesse Gross <jesse@nicira.com>
Tue, 30 Oct 2012 23:34:50 +0000 (16:34 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 6 Nov 2012 02:28:27 +0000 (18:28 -0800)
commit9321954ac2ed1bdb5a397e2fab7ce591f9d883a9
tree186d86b1ef48dca30d1431993c1463bbfde4057e
parent6e5877ecdacf66905afd2481d0025d3fd7d9132f
datapath: Remove flow refcount functionality.

Header caching previously required the ability to maintain the lifetime
of flows across RCU boundaries.  However, now that header caching is
gone we can simplfy the code and make it match the upstream version.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/datapath.c
datapath/flow.c
datapath/flow.h