-
- Downloads
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>
Showing
- net/openvswitch/Makefile 2 additions, 0 deletionsnet/openvswitch/Makefile
- net/openvswitch/datapath.c 30 additions, 498 deletionsnet/openvswitch/datapath.c
- net/openvswitch/datapath.h 1 addition, 0 deletionsnet/openvswitch/datapath.h
- net/openvswitch/flow.c 24 additions, 1581 deletionsnet/openvswitch/flow.c
- net/openvswitch/flow.h 26 additions, 102 deletionsnet/openvswitch/flow.h
- net/openvswitch/flow_netlink.c 1603 additions, 0 deletionsnet/openvswitch/flow_netlink.c
- net/openvswitch/flow_netlink.h 60 additions, 0 deletionsnet/openvswitch/flow_netlink.h
- net/openvswitch/flow_table.c 517 additions, 0 deletionsnet/openvswitch/flow_table.c
- net/openvswitch/flow_table.h 91 additions, 0 deletionsnet/openvswitch/flow_table.h
Loading
Please register or sign in to comment