summaryrefslogtreecommitdiff
path: root/service/src
AgeCommit message (Collapse)Author
2024-10-24๐ŸŽˆ perf: Optimize error handling for load balancer node.v4.8.22-20241025songyanchao
Optimize error handling for load balancer node.
2024-09-19Adjust the service core code็ซฅๅฎ—ๆŒฏ
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-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-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-23Updata dpdk to 23็ซฅๅฎ—ๆŒฏ
2024-07-15Feature 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-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-13mod app unregistertongzongzhen
2024-05-24 bridge node broadcast packet traffic_link_id init to UINT16_MAXv4.8.13-20240524tongzongzhen
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-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.
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-11Dp trace save quadruple 2็ซฅๅฎ—ๆŒฏ
2024-05-11๐Ÿž fix: Fix BFD packet ttl error.songyanchao
Fix BFD packet ttl error.
2024-05-10Modify trace information็ซฅๅฎ—ๆŒฏ
2024-05-08(TSG-21101)dp_trace uses traffic_link_id as a restrictionv4.8.6-20240508็ซฅๅฎ—ๆŒฏ
2024-04-27refactor data path trace for telemetryv4.8.4-20240427็ซฅๅฎ—ๆŒฏ
2024-04-23๐Ÿž fix: Fix mbufs_to_send array out of bounds.v4.8.3-20240423songyanchao
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.
2024-04-17๐ŸŽˆ perf: Refine counting structure in Classifier node.songyanchao
Refine counting structure in Classifier node.
2024-04-17๐ŸŽˆ perf: Introduce match result struct for bridge node.songyanchao
Introduce match result struct for bridge node.
2024-04-17๐Ÿž fix: Constructed the source port for VXLAN encapsulation.songyanchao
Constructed the source port for VXLAN encapsulation.
2024-04-15๐ŸŽˆ perf: Introduce drop reason struct for etherfabric node.songyanchao
Introduce drop reason struct for etherfabric node.
2024-04-15๐ŸŽˆ perf: Optimize ef_peer_lookup function for EtherFabric node.songyanchao
Optimize ef_peer_lookup function for EtherFabric node.
2024-04-14support tx meter and df calculate.v4.8.2-20240416Lu Qiuwen