From 0ec63dcf8ec7c937f064103b443081109272dc8e Mon Sep 17 00:00:00 2001 From: wangmenglan Date: Tue, 23 Apr 2024 17:58:15 +0630 Subject: [PATCH] =?UTF-8?q?revert=20=E5=8F=96=E6=B6=88HAL=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E9=85=8D=E7=BD=AEmrzcpd=20sz=5Fmax=5Finflight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/mrzcpd/files/helm/templates/_config.tpl | 1 - ansible/roles/tsg-os-HAL/files/conf/tsg-os-HAL.conf | 1 - ansible/roles/tsg-os-HAL/files/script/tsg-os-HAL.sh | 2 -- 3 files changed, 4 deletions(-) diff --git a/ansible/roles/mrzcpd/files/helm/templates/_config.tpl b/ansible/roles/mrzcpd/files/helm/templates/_config.tpl index 3389057f..9f1dbca3 100644 --- a/ansible/roles/mrzcpd/files/helm/templates/_config.tpl +++ b/ansible/roles/mrzcpd/files/helm/templates/_config.tpl @@ -93,7 +93,6 @@ device= {{ $nf_nic_list }},{{ $ep_nic_l2_list}},{{ $ep_nic_l3_list }},{{ $mirr_n {{- end }} sz_tunnel=8192 sz_buffer=0 -sz_max_inflight=131072 # Configuration settings for the physical device (Phy dev). diff --git a/ansible/roles/tsg-os-HAL/files/conf/tsg-os-HAL.conf b/ansible/roles/tsg-os-HAL/files/conf/tsg-os-HAL.conf index 5e70b83d..aab24ca2 100644 --- a/ansible/roles/tsg-os-HAL/files/conf/tsg-os-HAL.conf +++ b/ansible/roles/tsg-os-HAL/files/conf/tsg-os-HAL.conf @@ -16,6 +16,5 @@ # MRZCPD_SZ_TUNNEL= # MRZCPD_CHECK_BUFFER_LEAK= # MRZCPD_CREATE_MODE= -# MRZCPD_MAX_INFLIGHT= # NIC_CPU_Affinity_Switch= \ No newline at end of file diff --git a/ansible/roles/tsg-os-HAL/files/script/tsg-os-HAL.sh b/ansible/roles/tsg-os-HAL/files/script/tsg-os-HAL.sh index a75848bc..3a5d6009 100644 --- a/ansible/roles/tsg-os-HAL/files/script/tsg-os-HAL.sh +++ b/ansible/roles/tsg-os-HAL/files/script/tsg-os-HAL.sh @@ -26,7 +26,6 @@ MRZCPD_SZ_DATA=4096 MRZCPD_SZ_TUNNEL= MRZCPD_CHECK_BUFFER_LEAK=1 MRZCPD_CREATE_MODE=1 -MRZCPD_MAX_INFLIGHT=131072 TRAFFIC_ENGINE_LOGS_VDISK_PATH="/data/vdisks" TRAFFIC_ENGINE_LOGS_VDISK_SIZE_BYTES= NF_COUNT=16 @@ -127,7 +126,6 @@ set_mrzcpd_conf() echo "sz_tunnel=${MRZCPD_SZ_TUNNEL}" >> ${mrzcpd_conf_file} echo "check_buffer_leak=${MRZCPD_CHECK_BUFFER_LEAK}" >> ${mrzcpd_conf_file} echo "create_mode=${MRZCPD_CREATE_MODE}" >> ${mrzcpd_conf_file} - echo "sz_max_inflight=${MRZCPD_MAX_INFLIGHT}" >> ${mrzcpd_conf_file} } set_hugepages()