diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-06-20 10:58:10 +0300 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-06-20 10:58:10 +0300 |
commit | d49f3784270f142825fa4bd4ae96730401a2b871 (patch) | |
tree | 351e0ad1e6f8eeebba0ebcdff7afdd1220d087f0 /linux | |
parent | 512d1ebdab4e78acb1bd94f034d0d3fa0a55a462 (diff) |
better support for latency with field engine + some order with mbuf functions
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/ws_main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index 3aee05db..6dccf597 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -124,6 +124,7 @@ main_src = SrcGroup(dir='src', 'trex_watchdog.cpp', 'pal/linux/pal_utl.cpp', 'pal/linux/mbuf.cpp', + 'pal/common/common_mbuf.cpp', 'sim/trex_sim_stateless.cpp', 'sim/trex_sim_stateful.cpp' ]); @@ -254,6 +255,7 @@ cxxflags_base =['-DWIN_UCODE_SIM', includes_path =''' ../src/pal/linux/ + ../src/pal/common/ ../src/ ../src/rpc-server/ ../src/stateless/cp/ |