summaryrefslogtreecommitdiff
path: root/shaping/include
AgeCommit message (Collapse)Author
2024-10-17TSG-22757: 1.适配新版maat,加载json格式的规则 ↵root
2.适配规则ID变为UUID
2024-08-15TSG-22206: 单独注册一个fieldstat4_easy句柄发送queue_len的统计root
2024-07-29fix ci buile breakroot
2024-07-26fix mem leakroot
2024-07-23fix test caseroot
2024-07-19update to fieldstat4, not completeroot
2024-06-13separate in out direction for queue_len stored in swarmkvroot
2024-06-04每个session的缓存队列分为in和out两个方向队列root
2024-05-22fix test casesroot
2024-05-171.异步转发增加限制不让本地token负值太高root
2.修复generic profile请求token放大倍数不生效
2024-05-06异步转发开关区分方向root
2024-04-30由拿到token才发送,改为拿不到token就不发送root
2024-04-08TSG-19771: 将profile配置刷新周期改为500msroot
2024-03-26TSG-20113: ↵root
当同一个hincrby失败超过5次时,不再进行重新执行,并输出一条ERROR级别的日志
2024-03-21TSG-19771:定期刷新profile配置,在刷新周期内,配置改变造� ↵root
�的限速不准现象为正常情况,刷新周期为5秒
2024-02-28fix ip header checksum wrong after modify DSCP value for a packetroot
fix table_info.json shaping profile table valid column add some debug info
2024-02-23add feature dscproot
2024-02-22add bidirectional limit directionroot
2024-02-21add aqm codel algorithmroot
2024-02-08add codel temp coderoot
2024-02-06fix test caseroot
2024-02-02optimize performance, reduce swarmkv_caller_loop invoke frequencyroot
2024-01-29优化一次取token的放大倍数机制root
2024-01-26optimize performanceroot
2024-01-22add aqm blue algorithm temp code, and some performance optimizeroot
2024-01-19temp code feature AQM blue alghorithmroot
2024-01-12TSG-18570: 当hincyby执行失败时,重新执行一次root
2024-01-11TSG-18176: revert changeroot
2024-01-11TSG-18497: 报文排队时同时计算primary profile和borrow ↵root
profile的队列长度,但是borrow profile的队列长度只更新到swarmkv 优先级信息中,不更新到队列长度统计中
2024-01-09TSG-18176:对于一个session,当同一个profile多次作为primary ↵root
profile出现时,按规则匹配顺序,只执行匹配的第一条rule,使用被执行的rule配置的fair-factor。 当同一个profile作为borrow多次出现时,暂时忽略此情况不处理
2024-01-05TSG-18278: record queue_len on actually blocked profileroot
2023-12-21performance optimizeroot
2023-12-19OMPUB-1083: 由本地计数修改为使用maat的自动垃圾回收机制root
2023-12-15global stat ↵root
由原子操作改为每个线程自己计数,每次输出时合并
2023-12-07TSG-17687: fix borrow early, only borrow when tconsume_cb don't get tokenroot
2023-12-04store token in session for fairness and split-by type profileroot
2023-11-17resolve confilitcs, and add swarmkv async latency statisticsroot
2023-11-16store deposit token in thread_local profile_hash_node, remove shaping_flow ↵root
ref_count operation
2023-11-13TSG-17653: tcp pure ctrl packet force consume token and forward directlyroot
2023-11-09modify test caseroot
2023-11-071.reduce frequency of invoking hmgetliuchang
2.add aqm control for swarmkv pending queue
2023-10-12optimize performanceroot
2023-09-28add timer for each session, to refresh stat when no packet comingroot
2023-09-26optimize performance for swarmkvroot
1.request 10 times token for current packet 2.request swarmkv at least 1ms later after failed for one profile
2023-09-19remove centos7 for ci and optimize frequency of request to swarmkv for queue_lenroot
2023-09-12adapt swarmkv new arcroot
2023-08-16fixbug TSG-16600, change max_latency type from guage to counter for fieldstat3liuchang
2023-07-14load swarmkv log level from configliuchang
2023-07-12optimize: don't get node from avl tree while no pkt queuedliuchang
2023-07-04add enables switch in shaping ruleliuchang