datapath: Remove checks for preinitialized flow.
authorJesse Gross <jesse@nicira.com>
Mon, 18 Mar 2013 21:03:59 +0000 (14:03 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 19 Mar 2013 00:17:47 +0000 (17:17 -0700)
commit52a23d929a8ac1381455df323aba3fd014276960
treeef907e4d58b09c5df7c1ffbafa82fea6ad68cabc
parent0daa9cf2e1ccf09024080e0ae2a393bf620168ea
datapath: Remove checks for preinitialized flow.

Header caching used to store a precomputed flow along with the skb
but no longer exists.  There were a few remaining checks for those
flows, which this removes.  It simplifies the code slightly and brings
us closer to upstream.

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