| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-27 | minor changes | tongzongzhen | |
| 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-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-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-04-27 | refactor data path trace for telemetryv4.8.4-20240427 | 童宗振 | |
| 2024-04-18 | 🎈 perf: Add prefetch process before calling pkt_parser_exec function. | songyanchao | |
| Add prefetch process before calling pkt_parser_exec function. | |||
| 2024-03-13 | Dp trace perf opti | 童宗振 | |
| 2024-03-04 | support trace the bufs which alloc at app side. | 童宗振 | |
| 2024-02-28 | Basic API implementation for recording trace | 童宗振 | |
| 2024-01-12 | ✨ feat(DPISDN-33): Support non-contiguous configuration for Tera adapter id. | songyanchao | |
| Support non-contiguous configuration for Tera adapter id. | |||
| 2024-01-12 | ✨ feat(DPISDN-33): Support non-contiguous configuration for Ef adapter id. | songyanchao | |
| Support non-contiguous configuration for Ef adapter id. | |||
| 2024-01-12 | ✨ feat(DPISDN-33): Support non-contiguous configuration for Vwire ID. | songyanchao | |
| Support non-contiguous configuration for Vwire ID. | |||
| 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 | 🎈 perf: Rename "peer" to "ef_peer" in the Etherfabric adapter. | songyanchao | |
| Rename "peer" to "ef_peer" in the Etherfabric adapter. | |||
| 2023-12-19 | refactor-ctrlmsg-2 | 童宗振 | |
| 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 | 🎈 perf: Optimize names of data structures related to Etherfabric node. | songyanchao | |
| Optimize names of data structures related to 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-22 | feature: remove the ltx tunnel. | Lu Qiuwen | |
| 2023-11-20 | allow monitoring the queue length between prods and cons. | Lu Qiuwen | |
| 2023-10-31 | 🎈 perf(DPISDN-22): Prevent different upper-level applications from using ↵ | songyanchao | |
| the same virtual device. Prevent different upper-level applications from using the same virtual device. | |||
| 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-26 | perf: set the priv_size to 128 bytes to prefetch, clear the mrb_metadata by ↵ | Lu Qiuwen | |
| AVX/SSE. | |||
| 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-08 | 🎈 perf: Change link_id size to uint16_tv4.6.54-20231008 | songyanchao | |
| Change link_id size to uint16_t | |||
| 2023-06-16 | ✨ feat(DPISDN-10): Classifier rule api support ef_id and vwire_idv4.6.27-20230616 | songyanchao | |
| Classifier rule api support ef_id and vwire_id | |||
| 2023-06-01 | 🎈 perf: rename link_db to peer | songyanchao | |
| rename link_db to peer | |||
| 2023-05-17 | 性能优化,调整关键部分代码的实现提高收、发包的性能。 | Lu Qiuwen | |
| 1. 调整部分数据结构的定义,将需要跨核读写的部分单独使用一个cache line; 2. 增加关键数据结构的预取动作,如mbuf的metadata、数据包头部等; 3. 部分字节序转换的操作调整到编译器执行,运行时不再进行字节序转换; 4. 将mbuf头部后64字节作为mrb_metadata的存储区域,不再支持运行时调整。 5. 采用O3编译,march改用icelake-server以充分发挥处理器加速能力。 | |||
| 2023-05-06 | ✨ feat: metadata add user0v4.6.22-20230506 | songyanchao | |
| metadata add user0 | |||
| 2023-05-05 | 调整vnode的enqueue实现,由bulk改为burst以优化转发延迟。 | Lu Qiuwen | |
| 2023-05-05 | 增加poll时注册外部事件fd的功能并改进poll相关的实现。 | Lu Qiuwen | |
| 2023-05-05 | 简化vnode的实现,不再支持多生产者-多消费者模式。 | Lu Qiuwen | |
| 2023-03-29 | 🎈 perf(DPISDN-5): 修改Classifier表结构 | songyanchao | |
| 修改Classifier表结构 | |||
| 2023-03-13 | 支持多个NF运行在同一组处理器核心 | 陆秋文 | |
| 2023-02-21 | ✨ feat: 新增 “mrb_metadata” 成员并提供相应API | songyanchao | |
| 新增 “mrb_metadata” 成员并提供相应API | |||
| 2023-02-17 | TSG-13385 增加service, app侧kernel ↵ | 陆秋文 | |
| representor的实现以实现向内核协议栈注入控制报文的功能。 | |||
| 2023-02-03 | 🎈 perf(TSG-13497): 将lind_id存放至metadata | songyanchao | |
| 将lind_id存放至metadata | |||
| 2023-02-03 | TSG-13437 ↵ | 陆秋文 | |
| 增加读写ROUTE-CTX和SIDLIST的接口、示例程序并修正vxlan头部校验和错误的问题。 | |||
| 2022-07-26 | ✨ feat(TSG-11453): IPv4 Acl支持单条动态增删 | songyanchao | |
| Classifier节点中IPv4 Acl 规则 支持单条动态增删 | |||
| 2022-07-13 | ✨ feat(TSG-11204): add vdev link status | songyanchao | |
| add vdev link status | |||
| 2022-06-07 | 调整流上下文管理相关实现,增加控制队列统计等功能。 | Lu Qiuwen | |
| * 流上下文改在栈上实现,流信息不再保存,节约内存使用。 * 增加控制队列丢包统计功能; * 增加大页堆使用情况的统计功能。 | |||
| 2022-04-20 | ✨ feat(TSG-10357): 添加获取FlowRuleCount功能 | songyanchao | |
| 添加获取FlowRuleCount功能 TSG-10357 | |||
| 2022-04-20 | ✨ feat(TSG-10348): 添加FlowRule Delete功能 | songyanchao | |
| 添加FlowRule Delete 功能 TSG-10348 | |||
| 2022-04-20 | 🎈 perf(TSG-10188): 模块名修改为Flow | songyanchao | |
| 模块名修改为Flow TSG-10188 | |||
| 2022-04-20 | ✨ feat(TSG-10343): 添加FlowRule查找功能 | songyanchao | |
| 添加FlowRule查找功能 TSG-10343 | |||
| 2022-04-20 | ✨ feat(TSG-10139 TSG-10140 TSG-10141 TSG-10142 TSG-10143): ↵ | songyanchao | |
| 完成基础框架的搭建 完成基础框架的搭建,可实现Item为Ehter类型,Action为Count、Drop的规则下发 | |||
| 2021-04-14 | 适配DPDK-20.11.1。 | Lu Qiuwen | |
