diff options
author | yalei wang <wylandrea@gmail.com> | 2018-10-31 08:14:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-10-31 08:14:04 +0000 |
commit | 999e5ea8b4073eb6849e1903936c77f4daec8a0b (patch) | |
tree | 787075431a4056d32128c0859c41784a21851907 /stacks/lwip_stack/release/script | |
parent | dbc4c0c8284eddb91e5294ba00e0b43c8faab930 (diff) | |
parent | d350c9ce98342afec8cb540296c2f3454952339a (diff) |
Merge "Fix: set default core num '1' for lwip backend thread"
Diffstat (limited to 'stacks/lwip_stack/release/script')
-rwxr-xr-x | stacks/lwip_stack/release/script/nstack_var.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stacks/lwip_stack/release/script/nstack_var.sh b/stacks/lwip_stack/release/script/nstack_var.sh index 9a1c612..a654d34 100755 --- a/stacks/lwip_stack/release/script/nstack_var.sh +++ b/stacks/lwip_stack/release/script/nstack_var.sh @@ -50,8 +50,10 @@ DPDK_NIC_LIST_FILE=$RUNTIME_DIR/.nstack_dpdk_nic_list MAX_LOG_FILE_SIZE=52428800 HUGE_PAGES=2048 HUGE_DIR=/mnt/nstackhuge + SLEEP_INTERVAL=100 # tcpip thread sleep time, unit: us -BIND_CPU=0 +BIND_CPU=1 + MEM_SIZE=3072 RTP_CORE_MASK=2 |