[ovs-dev] [PATCH net-next 04/11] openvswitch: Restructure datapath.c and flow.c

Joe Perches joe at perches.com
Wed Oct 30 01:32:35 UTC 2013


On Tue, 2013-10-29 at 18:25 -0700, Joe Perches wrote:
> On Tue, 2013-10-29 at 17:22 -0700, Jesse Gross wrote:
> > Over the time datapath.c and flow.c has became pretty large files.
> > Following patch restructures functionality of component into three
> > different components:
> []
> >  net/openvswitch/Makefile       |    2 +
> >  net/openvswitch/datapath.c     |  528 +------------
> >  net/openvswitch/datapath.h     |    1 +
> >  net/openvswitch/flow.c         | 1605 +---------------------------------------
> >  net/openvswitch/flow.h         |  128 +---
> >  net/openvswitch/flow_netlink.c | 1603 +++++++++++++++++++++++++++++++++++++++
> 
> Is this largish patch any different or easier to
> read/verify when generated with git format-patch -M ?

After a git pull, the short answer is no.
Oh well.




More information about the dev mailing list