diff options
| author | Justin Pettit <jpettit@nicira.com> | 2014-04-28 14:25:06 -0700 |
|---|---|---|
| committer | Justin Pettit <jpettit@nicira.com> | 2014-07-25 12:05:20 -0700 |
| commit | 816f3bca9f5d23a0cf3b2ec922382f72b7b1b0d6 (patch) | |
| tree | d0c40aa9be6af9ab84fb2d0b93d8152787806861 /datapath/Modules.mk | |
| parent | df0e5f55763289e37f90d1f2464423f07478f372 (diff) | |
| download | openvswitch-elephant.tar.gz | |
Initial check-in of kernel-based elephant flow detection.elephant
Areas to work on:
- Doesn't populate "elephant-flows" field.
- Doesn't properly handle tunnels.
- Doesn't have clean way to query elephant table.
- Double-check locking.
- Should use names instead of number for mechanism.
- When changing detection mechanism, should clear old table.
- Breaks unit tests
Diffstat (limited to 'datapath/Modules.mk')
| -rw-r--r-- | datapath/Modules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 90e158cd2..a4b4d4644 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -10,6 +10,7 @@ openvswitch_sources = \ actions.c \ datapath.c \ dp_notify.c \ + elephant.c \ flow.c \ flow_netlink.c \ flow_table.c \ @@ -24,6 +25,7 @@ openvswitch_sources = \ openvswitch_headers = \ compat.h \ datapath.h \ + elephant.h \ flow.h \ flow_netlink.h \ flow_table.h \ |
