| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-24 | ๐ perf: Optimize error handling for load balancer node.v4.8.22-20241025 | songyanchao | |
| Optimize error handling for load balancer node. | |||
| 2024-09-19 | Adjust the service core code | ็ซฅๅฎๆฏ | |
| 2024-09-05 | Add aarch64 build to CI | ็ซฅๅฎๆฏ | |
| 2024-08-14 | ๐งช test(DPISDN-52): Integrate BFD and Etherfabric test cases with CTestfeat-cmocka-tests-for-all-nodes | songyanchao | |
| Integrate BFD and Etherfabric test cases with CTest | |||
| 2024-08-12 | โจ feat: Add function to handle duplicate rules.v4.8.20-20240813 | songyanchao | |
| 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-08 | Remove unused variables | tongzongzhen | |
| 2024-08-08 | add olp unit test back | tongzongzhen | |
| In the unit test of olp, use cmocka to replace gtest and add it back to the build process | |||
| 2024-08-07 | add cmocka for trace service | tongzongzhen | |
| 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-25 | Modify cmake to build the binary file of znver4-O3 | tongzongzhen | |
| 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-24 | fix eth rxmode err | tongzongzhen | |
| 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-23 | Fix conflict between --wrap and ltov4.8.17-20240723 | tongzongzhen | |
| 2024-07-23 | Updata dpdk to 23 | ็ซฅๅฎๆฏ | |
| 2024-07-15 | Feature mock api by cmocka | ้็งๆ | |
| 2024-07-12 | ๐ perf: Optimize health check conditions in eth ingress node. | songyanchao | |
| Optimize health check conditions in eth ingress node. | |||
| 2024-07-10 | (TSG-21729)metadata add egress_action fieldv4.8.15-20240710 | ็ซฅๅฎๆฏ | |
| 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-06-26 | โจ feat(TSG-21574): Add 'legacy_mem' argument to EAL section in config.v4.8.14-20240626 | songyanchao | |
| Add 'legacy_mem' argument to EAL section in config. | |||
| 2024-06-20 | fix dev instance create function memory leak | tongzongzhen | |
| 2024-06-20 | Data path perf | ็ซฅๅฎๆฏ | |
| 2024-06-13 | mod app unregister | tongzongzhen | |
| 2024-05-24 | bridge node broadcast packet traffic_link_id init to UINT16_MAXv4.8.13-20240524 | tongzongzhen | |
| 2024-05-20 | mod measurement and fix arp errorv4.8.11-20240520 | tongzongzhen | |
| 2024-05-20 | add arp pkt measurement | tongzongzhen | |
| 2024-05-20 | fix dp_trace on arp error | tongzongzhen | |
| 2024-05-15 | ๐ perf: Adapt to dp trace changes.v4.8.9-20240515 | songyanchao | |
| 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. | |||
| 2024-05-15 | ๐งช test(DPISDN-42): Add test case for link aware injector node. | songyanchao | |
| Add test case for link aware injector node. | |||
| 2024-05-15 | โจ feat(DPISDN-42): Add 'link_aware_injector' node. | songyanchao | |
| Add 'link_aware_injector' node. | |||
| 2024-05-11 | Dp trace save quadruple 2 | ็ซฅๅฎๆฏ | |
| 2024-05-11 | ๐ fix: Fix BFD packet ttl error. | songyanchao | |
| Fix BFD packet ttl error. | |||
| 2024-05-10 | Modify trace information | ็ซฅๅฎๆฏ | |
| 2024-05-08 | (TSG-21101)dp_trace uses traffic_link_id as a restrictionv4.8.6-20240508 | ็ซฅๅฎๆฏ | |
| 2024-04-27 | refactor data path trace for telemetryv4.8.4-20240427 | ็ซฅๅฎๆฏ | |
| 2024-04-23 | ๐ fix: Fix mbufs_to_send array out of bounds.v4.8.3-20240423 | songyanchao | |
| Fix mbufs_to_send array out of bounds. | |||
| 2024-04-20 | ๐ perf: Set nr_max_link_dbs default to 64. | songyanchao | |
| Set nr_max_link_dbs default to 64. | |||
| 2024-04-19 | ๐ fix: fix rte_hash usage error. | songyanchao | |
| fix rte_hash usage error. | |||
| 2024-04-18 | ๐ perf: Add prefetch process before calling pkt_parser_exec function. | songyanchao | |
| Add prefetch process before calling pkt_parser_exec function. | |||
| 2024-04-17 | ๐ perf: Optimize remaining node counters. | songyanchao | |
| Optimize remaining node counters. | |||
| 2024-04-17 | ๐ perf: Refine counting structure in vwire node. | songyanchao | |
| Refine counting structure in vwire node. | |||
| 2024-04-17 | ๐ perf: Refine counting structure in tera node. | songyanchao | |
| Refine counting structure in tera node. | |||
| 2024-04-17 | ๐ perf: Refine counting structure in health check node. | songyanchao | |
| Refine counting structure in health check node. | |||
| 2024-04-17 | ๐ perf: Refine counting structure in forwarder node. | songyanchao | |
| Refine counting structure in forwarder node. | |||
| 2024-04-17 | โจ feat: Refine counting structure in eth ingress node. | songyanchao | |
| Refine counting structure in eth ingress node. | |||
