On Mon, Sep 30, 2013 at 1:01 PM, Pravin B Shelar <pshe...@nicira.com> wrote: > Over the time datapath.c and flow.c has became pretty large files. > Following patch restructures functionality of component into three > different components: > > flow.c: contains flow extract. > flow_netlink.c: netlink flow api. > flow_table.c: flow table api. > > Diffstat is showing wrong count. This patch mostly restructures code > without changing logic. > > Signed-off-by: Pravin B Shelar <pshe...@nicira.com>
I see some errors/warnings on this due to one of the renamed functions: WARNING: "ovs_flow_tbl_dump_next" [/home/jgross/openvswitch/datapath/linux/openvswitch.ko] undefined! CHECK /home/jgross/openvswitch/datapath/linux/flow_table.c /home/jgross/openvswitch/datapath/linux/flow_table.c:243:16: warning: symbol 'ovs_flow_dump_next' was not declared. Should it be static? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev