summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-25aarch64 version, allows compiling the debug version of dpdkHEADdev-4.8tongzongzhen
2024-11-14Remove the rpm package dependency of wiresharktongzongzhen
In the previous version of marsio, wireshark was used to merge two pcapng files. Now the function of generating pcapng files has been moved to telemetry. So, the wireshark dependency is now removed.
2024-11-06Upload aarch64 packagev4.8.23-20241112rel-4.8童宗振
2024-10-24🎈 perf: Optimize error handling for load balancer node.v4.8.22-20241025songyanchao
Optimize error handling for load balancer node.
2024-10-18increase bpf expr len to 256 charv4.8.21-20241018tongzongzhen
2024-09-27minor changestongzongzhen
2024-09-19Adjust the service core code童宗振
2024-09-05Add aarch64 build to CI童宗振
2024-08-30Modify the l2fw-nf parameters童宗振
2024-08-14🧪 test(DPISDN-52): Integrate BFD and Etherfabric test cases with CTestfeat-cmocka-tests-for-all-nodessongyanchao
Integrate BFD and Etherfabric test cases with CTest
2024-08-12✨ feat: Add function to handle duplicate rules.v4.8.20-20240813songyanchao
Add function to handle duplicate rules.
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-09🎈 perf(DPISDN-52): Add CMocka-based test cases for ef ingress and ef ↵songyanchao
egress node. Add CMocka-based test cases for ef ingress and ef egress node.
2024-08-09🐞 fix(DPISDN-52): Fix uninitialized variable error.songyanchao
Fix uninitialized variable error.
2024-08-09🧪 test(DPISDN-52): Add CMocka-based test cases for BFD node.songyanchao
Add CMocka-based test cases for BFD node.
2024-08-08Remove unused variablestongzongzhen
2024-08-08add olp unit test backtongzongzhen
In the unit test of olp, use cmocka to replace gtest and add it back to the build process
2024-08-07add cmocka for trace servicetongzongzhen
2024-08-06fix pthread_create ret checkv4.8.19-20240806tongzongzhen
- 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-06Build in aarch64童宗振
2024-07-25rearrange the vnode_prod and vnode_cons to avoid false sharing.v4.8.18-20240725Lu Qiuwen
2024-07-25Modify cmake to build the binary file of znver4-O3tongzongzhen
The MACHINE variable is set to znver4. CMAKE_BUILD_TYPE command line setting allows to set it to release, if not set use the default value. When decoding messagepack, the route_ctx number size is set to 128 to avoid false positive warnings in the gcc13 case.
2024-07-24fix eth rxmode errtongzongzhen
When the device driver type is MR_DEV_DRV_TYPE_DPDK_PCI, the network card is set to multiple queues. The receiving end uses RSS configuration to allow traffic to enter different queues evenly.
2024-07-23Fix conflict between --wrap and ltov4.8.17-20240723tongzongzhen
2024-07-23enable ltotongzongzhen
2024-07-23Updata dpdk to 23童宗振
2024-07-17marsio_dp_trace_init was canceled by mistake, causing telemetry startup failure.tongzongzhen
2024-07-15Feature mock api by cmocka陆秋文
2024-07-12🐞 fix(TSG-20852): Fix proxy core issue on MarsIO exit.v4.8.16-20240712songyanchao
Fix proxy core issue on MarsIO exit.
2024-07-12🎈 perf: Optimize health check conditions in eth ingress node.songyanchao
Optimize health check conditions in eth ingress node.
2024-07-11add l2fw-nf core list parseroot
2024-07-10(TSG-21729)metadata add egress_action fieldv4.8.15-20240710童宗振
2024-07-05🐎 ci: Update CI configuration to drop support for EL7.songyanchao
Update CI configuration to drop support for EL7.
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: Optimize mrpdump structure for performance improvements.songyanchao
Optimize mrpdump structure for performance improvements.
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-06-26✨ feat(TSG-21574): Add 'legacy_mem' argument to EAL section in config.v4.8.14-20240626songyanchao
Add 'legacy_mem' argument to EAL section in config.
2024-06-20fix dev instance create function memory leaktongzongzhen
2024-06-20Data path perf童宗振
2024-06-14OMPUB-1321 bugfix: clear the inflight lean counter when prod recreated.Lu Qiuwen
2024-06-13mod app unregistertongzongzhen
2024-05-24 bridge node broadcast packet traffic_link_id init to UINT16_MAXv4.8.13-20240524tongzongzhen
2024-05-22(TSG-21200|TSG-21165)Fix trace pkt cnt max errv4.8.12-20240522童宗振
2024-05-20mod measurement and fix arp errorv4.8.11-20240520tongzongzhen
2024-05-20add arp pkt measurementtongzongzhen
2024-05-20fix dp_trace on arp errortongzongzhen
2024-05-17Fix send pkt measurement lossv4.8.10-20240517童宗振
2024-05-15🎈 perf: Adapt to dp trace changes.v4.8.9-20240515songyanchao
Adapt to dp trace changes.
2024-05-15🐞 fix: Fix missing flags in 'packet_create_from_nf' within ↵songyanchao
'link_aware_injector' node. Fix missing flags in 'packet_create_from_nf' within 'link_aware_injector' node.