remove obsolete args num_wakeup in doc
(cherry picked from commit 13ac5657c6b7f381516d6aabe24a4c7066f25cc6)
This commit is contained in:
parent
529c25eb24
commit
cfd20d19bc
@ -105,7 +105,6 @@ GAZELLE_BIND_PROCNAME=test LD_PRELOAD=/usr/lib64/liblstack.so ./test
|
||||
|dpdk_args|--socket-mem(必需)<br>--huge-dir(必需)<br>--proc-type(必需)<br>--legacy-mem<br>--map-perfect<br>等|dpdk初始化参数,参考dpdk说明|
|
||||
|use_ltran| 0/1 | 是否使用ltran |
|
||||
|num_cpus|"0,2,4 ..."|lstack线程绑定的cpu编号,编号的数量为lstack线程个数(小于等于网卡多队列数量)。可按NUMA选择cpu|
|
||||
|num_wakeup|"1,3,5 ..."|wakeup线程绑定的cpu编号,编号的数量为wakeup线程个数,与lstack线程的数量保持一致。与numcpus选择对应NUMA的cpu。不配置则为不使用唤醒线程|
|
||||
|low_power_mode|0/1|是否开启低功耗模式,暂不支持|
|
||||
|kni_swith|0/1|rte_kni开关,默认为0。只有不使用ltran时才能开启|
|
||||
|host_addr|"192.168.xx.xx"|协议栈的IP地址,必须和redis-server配置<br>文件里的“bind”字段保存一致。|
|
||||
@ -124,7 +123,6 @@ kni_switch=0
|
||||
low_power_mode=0
|
||||
|
||||
num_cpus="2,22"
|
||||
num_wakeup="3,23"
|
||||
|
||||
host_addr="192.168.1.10"
|
||||
mask_addr="255.255.255.0"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gazelle
|
||||
Version: 1.0.1
|
||||
Release: 64
|
||||
Release: 65
|
||||
Summary: gazelle is a high performance user-mode stack
|
||||
License: MulanPSL-2.0
|
||||
URL: https://gitee.com/openeuler/gazelle
|
||||
@ -307,6 +307,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
|
||||
%config(noreplace) %{conf_path}/ltran.conf
|
||||
|
||||
%changelog
|
||||
* Mon Jun 19 2023 jiangheng12 <jiangheng14@huawei.com> - 1.0.1-65
|
||||
- remove obsolete args num_wakeup in doc
|
||||
|
||||
* Thu Jun 15 2023 jiangheng12 <jiangheng14@huawei.com> - 1.0.1-64
|
||||
- change send_ring_size 32 in lstack conf
|
||||
- adapt to dpdk-19.11 and dpdk-21.11
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user