| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-12 | 🐞 fix: Fix issue where Marsio fails to start when deployed independently ↵ | songyanchao | |
| using RPM. Fix issue where Marsio fails to start when deployed independently using RPM. | |||
| 2024-08-06 | fix pthread_create ret checkv4.8.19-20240806 | tongzongzhen | |
| - On success, pthread_create() returns 0; on error, it returns an error number. error number greater than zero. - When the pthread_create() fails, errno is not set. The error number is stored in the return value. | |||
| 2024-08-06 | Build in aarch64 | 童宗振 | |
| 2024-07-23 | Updata dpdk to 23 | 童宗振 | |
| 2024-07-05 | ✨ feat(DPISDN-51): Add offset argument support to mrpdump for shmdev. | songyanchao | |
| Add offset argument support to mrpdump for shmdev. | |||
| 2024-07-05 | 🎈 perf(DPISDN-51): Optimize mrpdump arguments. | songyanchao | |
| Optimize mrpdump arguments. | |||
| 2024-07-05 | ✨ feat(DPISDN-51): Add support for offset argument in mrpdump. | songyanchao | |
| Add support for offset argument in mrpdump. | |||
| 2024-04-28 | fix: inner layer jumpv4.8.5-20240429 | 童宗振 | |
| 2024-01-19 | TSG-18269 fix the missing LACP packets and improve the status output of bond ↵v4.6.71-20240119 | 陆秋文 | |
| interfaces. | |||
| 2024-01-05 | 🎈 perf: Rename "peer" to "ef_peer" in the Etherfabric adapter. | songyanchao | |
| Rename "peer" to "ef_peer" in the Etherfabric adapter. | |||
| 2024-01-03 | fix debuginfo missing.v4.6.69-20240103 | 童宗振 | |
| 2023-12-29 | fix compile warning | 童宗振 | |
| 2023-12-27 | build DPDK as a support library. | 童宗振 | |
| 2023-12-25 | 🐞 fix(TSG-18110): Fix issue with missing Prometheus metrics output.v4.6.67-20231225 | songyanchao | |
| Fix issue with missing Prometheus metrics output. | |||
| 2023-12-18 | 🐞 fix: Fix the issue of RPM installation failure due to identical build ↵v4.6.65-20231218 | songyanchao | |
| IDs across multiple platforms in tools like monit_device. Fix the issue of RPM installation failure due to identical build IDs across multiple platforms in tools like monit_device. | |||
| 2023-12-15 | ✨ feat(TSG-17860): Add processing logic for traffic link id in ↵ | songyanchao | |
| etherfabric node. Add processing logic for traffic link id in etherfabric node. | |||
| 2023-12-15 | ✨ feat(DPISDN-29): Add Global Link Identifier for Etherfabric adapter. | songyanchao | |
| Add Global Link Identifier for Etherfabric adapter. | |||
| 2023-12-14 | 🎈 perf(DPISDN-30): Packaging python scripts with nuitka. | songyanchao | |
| Packaging python scripts with nuitka. | |||
| 2023-12-08 | support obp dynamic configuration loadingv4.6.63-20231208 | wangmenglan | |
| 2023-12-05 | 🎈 perf: Improve the display format of the 'packet comments' field in ↵ | songyanchao | |
| pcapng files. Improve the display format of the 'packet comments' field in pcapng files. | |||
| 2023-12-05 | 🎈 perf: Optimize mrpdump tool by utilizing the 'rte_pcapng_copy' API ↵ | songyanchao | |
| provided by DPDK. Optimize mrpdump tool by utilizing the 'rte_pcapng_copy' API provided by DPDK. | |||
| 2023-12-01 | ✨ feat: mrpdump tool supports saving pcapng files outside the containerv4.6.62-20231201 | songyanchao | |
| mrpdump tool supports saving pcapng files outside the container. | |||
| 2023-12-01 | 🎈 perf: Modify 'devbind.py' to avoid binding devices with the driver type ↵ | songyanchao | |
| AF_PACKET Modify 'devbind.py' to avoid binding devices with the driver type AF_PACKET | |||
| 2023-11-02 | ✨ feat(DPISDN-25): Add dumpfile-count argument for mrpdump | songyanchao | |
| Add dumpfile-count argument for mrpdump | |||
| 2023-10-27 | 🎈 perf(DPISDN-23): Rename sid_ring_queue to sid_list and update ↵ | songyanchao | |
| associated functions Rename sid_ring_queue to sid_list and update associated functions | |||
| 2023-10-27 | ✨ feat(DPISDN-23): Add 'sid_ring_queue' data structure and associated ↵ | songyanchao | |
| functions to infra Add 'sid_ring_queue' data structure and associated functions to infra | |||
| 2023-10-25 | 🐞 fix: Fix Packet Capture Failure Issue in mrpdump Tool for phydev Device ↵v4.6.57-20231025 | songyanchao | |
| TX Parameters Fix Packet Capture Failure Issue in mrpdump Tool for phydev Device TX Parameters | |||
| 2023-10-25 | 🎈 perf(DPISDN-23): Optimize Storage of SID Data using Circular Queue and ↵ | songyanchao | |
| Add Associated Functions Optimize Storage of SID Data using Circular Queue and Add Associated Functions | |||
| 2023-10-10 | ✨ feat(DPISDN-21): Add “ pkt_classifier_engine” | songyanchao | |
| 已完成本地配置加载、数据包匹配等基础功能 | |||
| 2023-09-06 | 🎈 perf(TSG-16785): mrpdump 修改 snaplen 数据类型v4.6.51-20230906 | songyanchao | |
| mrpdump 修改 snaplen 数据类型 | |||
| 2023-09-06 | 🎈 perf(TSG-16785): mrpdump 添加SIGHUP、SIGTERM信号捕获 | songyanchao | |
| mrpdump 添加SIGHUP、SIGTERM信号捕获 | |||
| 2023-09-06 | ✨ feat(TSG-16785): 增强mrpdump捕包功能 | songyanchao | |
| 1.支持捕获时截断报文 2.使用rte_bpf替换原本的bpf过滤器 3.每次创建pcapng前删除历史数据包 | |||
| 2023-08-29 | 🎈 perf(DPISDN-17): devbind tool add "bind-without-module-load" argumentv4.6.47-20230829 | songyanchao | |
| devbind 工具添加“bind-without-module-load”参数 | |||
| 2023-08-24 | 修正逐线程统计收发包计数时错误将所有线程收发包之和� ↵v4.6.45-20230824 | Lu Qiuwen | |
| ��出的问题。 | |||
| 2023-08-24 | 增加报文转发延迟和抖动的统计。 | Lu Qiuwen | |
| 2023-08-21 | 增加应用逐线程的收、发、丢包计数的Prometheus输出。v4.6.44-20230823 | Lu Qiuwen | |
| 2023-07-05 | 🎈 perf: 从mrzcpd.service中删除k3s相关依赖项v4.6.36-20230705 | songyanchao | |
| 从mrzcpd.service中删除k3s相关依赖项 | |||
| 2023-06-29 | 🐞 fix: 修复 mrpdump 工具在设置bpf参数时捕包异常问题v4.6.34-20230629 | songyanchao | |
| 修复 mrpdump 工具在设置bpf参数时捕包异常问题 | |||
| 2023-06-20 | 🎈 perf: 修改devbind.py权限v4.6.30-20230620 | songyanchao | |
| 修改devbind.py权限 | |||
| 2023-06-17 | 🐎 ci(DPISDN-9): 修改 update-alternatives 配置目录v4.6.28-20230617 | songyanchao | |
| 修改 update-alternatives 配置目录 | |||
| 2023-06-16 | ✨ feat(DPISDN-9): 添加mrmarch工具 | songyanchao | |
| 添加mrmarch工具 | |||
| 2023-06-16 | 🐎 ci(DPISDN-9): 修改CI文件生成多平台RPM | songyanchao | |
| 修改CI文件生成多平台RPM | |||
| 2023-06-16 | 🐎 ci(DPISDN-9): ↵ | songyanchao | |
| 修改py脚本编译流程,以解决build-id相同导致无法在同一台设备上安装多个rpm的问题 修改py脚本编译流程,以解决build-id相同导致无法在同一台设备上安装多个rpm的问题 | |||
| 2023-06-16 | 🐎 ci(DPISDN-9): 修复无法构建 debuginfo rpm 问题 | songyanchao | |
| 修复无法构建 debuginfo rpm 问题 | |||
| 2023-06-16 | 🐎 ci(DPISDN-9): 添加多平台rpm打包流程 | songyanchao | |
| 添加多平台rpm打包流程 | |||
| 2023-06-01 | 🎈 perf: rename link_db to peer | songyanchao | |
| rename link_db to peer | |||
| 2023-05-06 | ✨ feat: metadata add user0v4.6.22-20230506 | songyanchao | |
| metadata add user0 | |||
| 2023-04-03 | 🐞 fix(DPISDN-5): 修复Classifier ipv4 ↵v4.6.21-20230403 | songyanchao | |
| 数据包快速匹配无效,以及mrpdump处理2000字节以上大包异常问题。 修复Classifier ipv4 数据包快速匹配无效,以及mrpdump处理2000字节以上大包异常问题。 | |||
| 2023-03-29 | 🎈 perf(DPISDN-5): 修改Classifier表结构 | songyanchao | |
| 修改Classifier表结构 | |||
| 2023-03-27 | ✨ feat(DPISDN-3): 修改 mrzcpd service 添加 dev unbind 流程v4.6.19-20230327 | songyanchao | |
| 修改 mrzcpd service 添加 dev unbind 流程 | |||
