diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-02-08 11:25:07 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-02-24 14:21:29 +0200 |
commit | f0ab9eba97221e491cf7b3dd846eb8c23d920ec2 (patch) | |
tree | caf0b2f4f9cc0874a53bb3af813d5bae8d644914 /linux | |
parent | 252b8ab3f41a18af8561cece71cf07bc9872f39f (diff) |
Rx stat per flow. Low level working for xl710, and partly for i350.
added full clone (with CP VM) to stream
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/ws_main.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index ce7140b9..9e4ac4d4 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -118,8 +118,10 @@ main_src = SrcGroup(dir='src', 'utl_cpuu.cpp', 'msg_manager.cpp', 'publisher/trex_publisher.cpp', - 'latency.cpp', - + 'latency.cpp', + 'flow_stat.cpp', + 'flow_stat_parser.cpp', + 'pal/linux/pal_utl.cpp', 'pal/linux/mbuf.cpp', 'sim/trex_sim_stateless.cpp', |