Skip to content

Commit

Permalink
openvswitch: Restructure datapath.c and flow.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pravin B Shelar authored and Jesse Gross committed Oct 4, 2013
1 parent f0627cf commit e644571
Show file tree
Hide file tree
Showing 9 changed files with 2,354 additions and 2,181 deletions.
2 changes: 2 additions & 0 deletions net/openvswitch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ openvswitch-y := \
datapath.o \
dp_notify.o \
flow.o \
flow_netlink.o \
flow_table.o \
vport.o \
vport-internal_dev.o \
vport-netdev.o
Expand Down
Loading

0 comments on commit e644571

Please sign in to comment.