summaryrefslogtreecommitdiff
path: root/shaping/src/shaper.cpp
AgeCommit message (Collapse)Author
2024-10-17TSG-22757: 1.适配新版maat,加载json格式的规则 ↵root
2.适配规则ID变为UUID
2024-07-23fix test caseroot
2024-07-19update to fieldstat4, not completeroot
2024-07-16revert debug coderoot
2024-07-16add temp coderoot
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-11TSG-21194: ↵root
获取token的条件改为本地token数量小于当前报文请求的token数量
2024-05-06异步转发开关区分方向root
2024-04-30由拿到token才发送,改为拿不到token就不发送root
2024-04-28TSG-20745: add datapath telemetry inforoot
2024-04-18TSG-19846,TSG-18561: ↵root
fair-share类型的profile,获取token时不做放大倍数处理
2024-04-08TSG-19771: 将profile配置刷新周期改为500msroot
2024-03-25TSG-20098: 避免多线程读写冲突,将static变量声明为thread_localroot
2024-03-21当swarmkv_caller_loop空跑时,减少其调用频率root
2024-03-21TSG-19771:定期刷新profile配置,在刷新周期内,配置改变造� ↵root
�的限速不准现象为正常情况,刷新周期为5秒
2024-03-13当borrow ↵root
profile的AQM判定为丢包时,只将当前profile移除AVL队列,不影响其他borrow profile
2024-02-26TSG-19517: ↵root
对于disabled状态的rule,TCP纯控制报文不计入界面的流量统计
2024-02-23add feature dscproot
2024-02-22add bidirectional limit directionroot
2024-02-21add aqm codel algorithmroot
2024-02-06fix test caseroot
2024-02-05bugfix: ↵root
对于fair-share和split-by类型的profile,也需要等一次consume命令执行完,才执行下一次
2024-02-02optimize performance, reduce swarmkv_caller_loop invoke frequencyroot
2024-02-01optimize performance, reduce clock_gettime 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-11TSG-18230: ↵root
优化:对于同一个profile,当高优先级有排队报文时,500ms内低优先级不允许获得带宽
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-08TSG-18424: fix some long session don't refresh stat in timeroot
2024-01-05TSG-18417: set borrow flag to allow borrow when primary profile blocked by ↵root
priority
2024-01-05TSG-18278: record queue_len on actually blocked profileroot
2024-01-03TSG-17993, TSG-18224, TSG-18230: ↵root
提高优先级信息刷新频率到每秒100次
2023-12-21performance optimizeroot
2023-12-15global stat ↵root
由原子操作改为每个线程自己计数,每次输出时合并
2023-12-14TSG-17830: split-by profile ignore priorityroot
2023-12-08修复table_info 修改错误root
2023-12-07TSG-17687: fix borrow early, only borrow when tconsume_cb don't get tokenroot
2023-12-061.fix bug fairness profile can't limit rateroot
2.add corresponding test case
2023-12-04fix judge interval for last failed get token timeroot
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