summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-30在ptf框架中启动mrzcpdfeature-ptf-testguopeixu
2022-12-27在python中补充可能用到的C语言接口guopeixu
2022-12-27使用ctest命令启动ptfguopeixu
2022-12-09报文格式转化guopeixu
2022-12-02完善python与C的类型转化guopeixu
2022-12-01完善发包接口guopeixu
2022-11-30python调用marsio的C接口guopeixu
2022-11-30调试启动mrzcpdguopeixu
2022-11-22feat(TSG-12795): ptf单元测试guopeixu
2022-11-15🐞 fix(TSG-12379): 修改 Classifier Rule 为空时规则解析异常问题v4.6.8-20221115songyanchao
修改 Classifier Rule 为空时规则解析异常问题
2022-11-14🐞 fix(TSG-12616): 修改 ”port_egress_is_shmdev“ ↵v4.6.7-20221114songyanchao
未初始化导致自检数据包被丢弃问题 修改 ”port_egress_is_shmdev“ 未初始化导致自检数据包被丢弃问题
2022-11-10🎈 perf(TSG-11429): Health check private add distributer caculate funcionv4.6.6-20221111songyanchao
Health check private add distributer caculate funcion
2022-11-10🎈 perf(TSG-11429): Add health check remote state change logsongyanchao
Add health check remote state change log
2022-11-09✨ feat(TSG-12258 TSG-12510): Support IPv6 and Icmpsongyanchao
支持 IPv6 和 Icmp
2022-11-07✨ feat(TSG-11965): Add "Health check" modulesongyanchao
Add "Health check" module
2022-10-19🐞 fix(TSG-12257): ↵v4.6.5-20221019songyanchao
修复Bug:"mrglobal.conf没有配置任何PCI类型的网卡时,mrzcpd会接管所有CX6网卡" 修复Bug:"mrglobal.conf没有配置任何PCI类型的网卡时,mrzcpd会接管所有CX6网卡"
2022-10-19🎈 perf(TSG-11429): 优化node_shmdev计数处理流程songyanchao
优化node_shmdev计数处理流程
2022-09-29🎈 perf(TSG-11429): 优化ethe_egress计数处理流程songyanchao
优化ethe_egress计数处理流程
2022-09-29🎈 perf(TSG-11429): 优化lb计数处理流程songyanchao
优化lb计数处理流程
2022-09-23🎈 perf(TSG-12030): 修改Classifier节点数据包计数输出格式v4.6.4-20220923songyanchao
修改Classifier节点数据包计数输出格式
2022-09-23🎈 perf(TSG-12030): 统一mrglobal.conf文件中配置项格式songyanchao
统一mrglobal.conf文件中配置项格式
2022-09-23🎈 perf(TSG-12030): ↵songyanchao
优化classifier计数处理流程,并增加ctrlzone宏定义 优化classifier计数处理流程,并增加ctrlzone宏定义
2022-09-23🎈 perf(TSG-12030): 优化etherfabric计数处理流程songyanchao
优化etherfabric计数处理流程
2022-09-23🎈 perf(TSG-12030): 优化bfd计数处理流程songyanchao
优化bfd计数处理流程
2022-09-23🎈 perf(TSG-12030): Classifier ↵songyanchao
动态规则处理流程,删除单条规则添加/删除操作 Classifier 动态规则处理流程,删除单条规则添加/删除操作
2022-09-23✨ feat(TSG-12030): 在Classifier Rule Full Update ↵songyanchao
的流程中添加解析本地配置过程 在Classifier Rule Full Update 的流程中添加解析本地配置过程
2022-09-22解决rpc断连回调不执行问题feature-rpc-compileguopeixu
2022-09-21增加virtual ↵陆秋文
wire功能的实现,增加测试程序并调整libevent的编译方式。
2022-09-18Merge branch 'feature-eth-egress-node' of ↵songyanchao
git.mesalab.cn:MESA_Platform/marsio into feature-eth-egress-node
2022-09-19🎈 perf(TSG-11990): 修改Etherfabric Service ↵songyanchao
Rule字段,解决EAL启动参数异常问题 修改Etherfabric Service Rule字段,解决EAL启动参数异常问题
2022-09-15🐞 fix(TSG-11971): ↵v4.6.3-20220915songyanchao
修改VNI填充错误导致构造的报文注入到错误的方向 修改VNI填充错误导致构造的报文注入到错误的方向
2022-09-15🐞 fix(TSG-11971): ↵songyanchao
修改VNI填充错误导致构造的报文注入到错误的方向 修改VNI填充错误导致构造的报文注入到错误的方向
2022-09-15修改客户端epoll失败后连接断开问题guopeixu
2022-09-15🐞 fix(TSG-11972): 解决 TSG-X设备处理link ↵songyanchao
id为0的流量会产生core dumped 问题 解决 TSG-X设备处理link id为0的流量会产生core dumped 问题
2022-09-14🐞 fix(TSG-11429): 解决Classifier Rule 全量更新失败问题v4.6.2-20220914songyanchao
解决Classifier Rule 全量更新失败问题
2022-09-14🎈 perf(TSG-11429): 优化etherfabric link匹配函数songyanchao
优化etherfabric link匹配函数
2022-09-14修改客户端子进程退出导致的断开连接问题guopeixu
2022-09-13🎈 perf(TSG-11429): Rename 'lb_group_id' to 'redirect_next_hop_id'songyanchao
Rename 'lb_group_id' to 'redirect_next_hop_id'
2022-09-13✨ feat(TSG-11819): VlanFlippingAdapter添加VWire处理流程songyanchao
VlanFlippingAdapter添加VWire处理流程
2022-09-09🎈 perf(TSG-11429): eth_ingress 节点挂载 vwire 节点songyanchao
eth_ingress 节点挂载 vwire 节点
2022-09-08✨ feat(TSG-11911): Classifier 节点支持动态规则批量更新songyanchao
Classifier 节点支持动态规则批量更新
2022-09-08🎈 perf(TSG-11429): 使用 rte_node_enqueue 批处理函数songyanchao
使用 rte_node_enqueue 批处理函数
2022-09-07🎈 perf(TSG-11887): etherfabric node 适配 eth-egress nodesongyanchao
etherfabric node 适配 eth-egress node
2022-09-07🎈 perf(TSG-11887): lb node 适配 eth-egress nodesongyanchao
lb node 适配 eth-egress node
2022-09-07🎈 perf(TSG-11887): bfd node 适配eth-egress nodesongyanchao
bfd node 适配eth-egress node
2022-09-07✨ feat(TSG-11887): 添加eth-egress节点songyanchao
添加eth-egress节点
2022-09-06🎈 perf(TSG-11429): 优化LB 节点动态配置解析流程songyanchao
优化LB 节点动态配置解析流程
2022-09-05🎈 perf(TSG-11429): 优化eth_ingress节点处理流程songyanchao
优化eth_ingress节点处理流程
2022-09-05🎈 perf(TSG-11429): 优化Classifier动态删除规则解析流程songyanchao
优化Classifier动态删除规则解析流程
2022-09-02🎈 perf(TSG-11429): 优化Classifier动态添加规则解析流程songyanchao
优化Classifier动态添加规则解析流程