datapath: Refactor ovs_flow_cmd_fill_info().
authorJoe Stringer <joestringer@nicira.com>
Thu, 26 Jun 2014 00:10:37 +0000 (12:10 +1200)
committerJoe Stringer <joestringer@nicira.com>
Mon, 14 Jul 2014 02:39:34 +0000 (14:39 +1200)
commitf1948bb9b94342f6630905e131ddc3a80439e81b
tree7f4a2e188ddefbc98e12b78f6490d0487b3cda75
parentb6137ea8dd85358dffe59476df667e4460d21fca
datapath: Refactor ovs_flow_cmd_fill_info().

Split up ovs_flow_cmd_fill_info() to make it easier to cache parts of a
dump reply. This will be used to streamline flow_dump in a future patch.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/datapath.c