diff options
author | 2016-11-08 17:04:08 +0200 | |
---|---|---|
committer | 2016-11-11 12:22:50 +0200 | |
commit | 8e9aa6d85f8990dd521b1a65ca0315c0d66f09b9 (patch) | |
tree | ec2d233ceb55607ec002e4162f448864ec9388af /linux_dpdk | |
parent | 68640284713fafcc8b927aed5799829bdf12d994 (diff) |
mlx5 WIP Stateful work -- all traffic goes to RX_QUEUE=0
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'linux_dpdk')
-rwxr-xr-x | linux_dpdk/ws_main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux_dpdk/ws_main.py b/linux_dpdk/ws_main.py index fb743003..63377495 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -752,9 +752,9 @@ def build_prog (bld, build_obj): # add electric fence only for debug image debug_file_list=''; - if not build_obj.isRelease (): + #if not build_obj.isRelease (): #debug - debug_file_list +=ef_src.file_list(top) + # debug_file_list +=ef_src.file_list(top) bld.objects( |