ofproto-dpif: refactor rule_dpif_lookup() for table miss whose id > 0
authorIsaku Yamahata <yamahata@valinux.co.jp>
Tue, 28 Aug 2012 17:19:02 +0000 (02:19 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Aug 2012 04:06:46 +0000 (21:06 -0700)
commitc376f9a3e968570d2df2574336d86185fc18b8a2
treef4bc69f0714c535328475b91d3bc3b5872646198
parentad7c0437cffc1d9cf104f68c5c30284540caa11c
ofproto-dpif: refactor rule_dpif_lookup() for table miss whose id > 0

The refactored function, rule_dpif_miss_rule(), will be used for
handling table miss whose table_id > 0 by goto-table instruction.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c