openvswitch: Restructure datapath.c and flow.c
authorPravin B Shelar <pshelar@nicira.com>
Fri, 4 Oct 2013 01:16:47 +0000 (18:16 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 4 Oct 2013 01:16:47 +0000 (18:16 -0700)
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.

This patch restructures code without changing logic.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>

No differences found