openvswitch: Change ovs_flow_tbl_lookup_xx() APIs
authorAndy Zhou <azhou@nicira.com>
Mon, 25 Nov 2013 18:42:46 +0000 (10:42 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 6 Jan 2014 23:51:41 +0000 (15:51 -0800)
API changes only for code readability. No functional chnages.

This patch removes the underscored version. Added a new API
ovs_flow_tbl_lookup_stats() that returns the n_mask_hits.

Reported by: Ben Pfaff <blp@nicira.com>
Reviewed-by: Thomas Graf <tgraf@redhat.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/datapath.c
net/openvswitch/flow_table.c
net/openvswitch/flow_table.h

Simple merge
Simple merge
Simple merge