1.shaping remove dup rules

2.change rx_brust_max to 64, receive max 64 pkts at one time
This commit is contained in:
liuchang
2023-12-26 08:15:33 +00:00
parent f81b7ef95c
commit 8fda4ca9a0
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ bfdd_rpm_version:
shaping_engine_rpm_version:
shaping_engine: shaping_engine-1.3.15.71eff29
shaping_engine: shaping_engine-1.3.16.56e1960
coredump_tools_rpm_version:
coredump_tools: coredump-tools-1.0.15-09cc305

View File

@@ -6,7 +6,7 @@ firewall_sids={{ .Values.sid.firewall }}
[MARSIO]
DEV_INTERFACE="{{ .Values.shaping_config.shaping_nic }}"
RX_BRUST_MAX=1
RX_BRUST_MAX=64
APP_SYMBOL="shaping_{{ .Values.app_symbol_index }}"
[MAAT]