summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-07-23Fix conflict between --wrap and ltov4.8.17-20240723tongzongzhen
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-10(TSG-21729)metadata add egress_action fieldv4.8.15-20240710童宗振
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-17Fix send pkt measurement lossv4.8.10-20240517童宗振
2024-05-14(TSG-21201)Fix app mbuf trace free error童宗振
2024-05-11Dp trace save quadruple 2童宗振
2024-05-10Modify trace information童宗振
2024-05-08(TSG-21101)dp_trace uses traffic_link_id as a restrictionv4.8.6-20240508童宗振
2024-04-28fix: inner layer jumpv4.8.5-20240429童宗振
2024-04-27refactor data path trace for telemetryv4.8.4-20240427童宗振
2024-04-01Feature retrieve object of backpressure陆秋文
2024-03-15🎈 perf(TSG-19602): Simplify trace logging for nodes.v4.6.80-20240315rel-4.6songyanchao
Simplify trace logging for nodes.
2024-03-14Dp trace modifyv4.6.79-20240314童宗振
2024-03-14When app registration fails, release fdtongzongzhen
2024-03-13Dp trace perf opti童宗振
2024-03-12🎈 perf: Refactor 'marsio_send_buffer_flush' to replace 'sid' with 'qid' ↵v4.6.78-20240312songyanchao
in trace information for clarity. Refactor 'marsio_send_buffer_flush' to replace 'sid' with 'qid' in trace information for clarity.
2024-03-11dp trace enhancement童宗振
2024-03-06Add emit information to the app童宗振
2024-03-04support trace the bufs which alloc at app side.童宗振
2024-03-01Recycle resources during app free mbuf;童宗振
When ctrlzone_reset, retain the trace pointer; Remove dp_trace_save_thread in app;
2024-02-28Basic API implementation for recording trace童宗振
2024-02-04fix errortongzongzhen
2024-01-12🧪 test(TSG-17959): Add route ctx test for Etherfabric and Tera adapters.songyanchao
Add route ctx test for Etherfabric and Tera adapters.
2024-01-05✨ feat(TSG-17959): Add tera adapter processing flow for route context.songyanchao
Add tera adapter processing flow for route context.
2024-01-05🎈 perf: Rename "peer" to "ef_peer" in the Etherfabric adapter.songyanchao
Rename "peer" to "ef_peer" in the Etherfabric adapter.
2023-12-29fix compile warning童宗振
2023-12-27build DPDK as a support library.童宗振
2023-12-19refactor-ctrlmsg-2童宗振
2023-12-15🎈 perf: Rename MR_BUFF_EF_LINK_ID to MR_BUFF_LINK_ID.v4.6.64-20231215songyanchao
Rename MR_BUFF_EF_LINK_ID to MR_BUFF_LINK_ID.
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-11-22feature: remove the ltx tunnel.Lu Qiuwen
2023-11-20allow monitoring the queue length between prods and cons.Lu Qiuwen
2023-10-30bugfix: fix the crash problem when the app opens a tx only virtual device.v4.6.59-20231030Lu Qiuwen
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-27perf: avoid call rte_ring_count() when the shared queue is disabled.Lu Qiuwen
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修正将vxlan报文送入tap representor的问题。Lu Qiuwen
2023-10-08🎈 perf: Change link_id size to uint16_tv4.6.54-20231008songyanchao
Change link_id size to uint16_t
2023-10-08修正rxbits统计有可能为负的问题;增加MP_CACHE的配置;去� ↵Lu Qiuwen
�不必要的mbuf reset。
2023-10-08✨ feat: Add MR_BUFF_LINK_ID type to 'marsio_buff_get_metadata()'songyanchao
Add MR_BUFF_LINK_ID type to 'marsio_buff_get_metadata()'
2023-09-11为Packet Parser增加边界检查。v4.6.52-20230912陆秋文
2023-09-05修正io线程死锁检测不工作的问题。v4.6.50-20230905Lu Qiuwen
2023-08-08🐞 fix(TSG-16535): ↵songyanchao
修复因修改分流算法导致tfe自检不通过问题,启用 ctrlzone reset 函数 修复因修改分流算法导致tfe自检不通过问题,启用 ctrlzone reset 函数