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 17:14:15 +0000 (09:14 -0800)
commite495d4a5d3929aea62cbe1f6996f342e52b96c66
treedea78a5e89da41a8ff884bc6049126a322e78353
parent4e91c8ab0adb86436a561da15d2b16fca79530f1
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