commit | e64457191a259537bbbfaebeba9a8043786af96f | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Thu Oct 03 18:16:47 2013 -0700 |
committer | Jesse Gross <jesse@nicira.com> | Thu Oct 03 18:16:47 2013 -0700 |
tree | 579f47d3124b69a94b07878d65d27f71c4f7c9c5 | |
parent | f0627cfa24389cab25c67bb7ca902912216a8a2d [diff] |
openvswitch: Restructure datapath.c and flow.c 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>