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: NPravin B Shelar <pshelar@nicira.com> Signed-off-by: NJesse Gross <jesse@nicira.com>
Showing
net/openvswitch/flow_netlink.c
0 → 100644
此差异已折叠。
net/openvswitch/flow_netlink.h
0 → 100644
net/openvswitch/flow_table.c
0 → 100644
net/openvswitch/flow_table.h
0 → 100644
想要评论请 注册 或 登录