From: Pravin B Shelar Date: Fri, 4 Oct 2013 01:16:47 +0000 (-0700) Subject: openvswitch: Restructure datapath.c and flow.c X-Git-Tag: v3.13-rc1~105^2~65^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64457191a259537bbbfaebeba9a8043786af96f;p=pandora-kernel.git 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 Signed-off-by: Jesse Gross --- Reading git-diff-tree failed