ofproto-dpif: Rule lookup starts from table zero for non-recirc datapath
authorAndy Zhou <azhou@nicira.com>
Fri, 18 Apr 2014 06:40:27 +0000 (23:40 -0700)
committerAndy Zhou <azhou@nicira.com>
Mon, 21 Apr 2014 05:27:49 +0000 (22:27 -0700)
commit4a750708bc9b6d76d67d88cd1b7193a9c62fdb9e
tree76ca51a75b2bcbfd67dfc4440b5627b1a32b7c46
parent6a279b0738fe7e2603a77cf56139f9b06b853e5b
ofproto-dpif: Rule lookup starts from table zero for non-recirc datapath

Currently, all packet lookup starts from internal table for possible
matching of post recirculation rules. This is not necessary for
datapath that does not support recirculation.

This patch adds the ability to steering rule lookup starting table
based on whether datapath supports recirculation.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/bond.c
ofproto/ofproto-dpif.c