summaryrefslogtreecommitdiff
path: root/service/include/sc_node_common.h
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-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-06Build in aarch64童宗振
2024-07-15Feature mock api by cmocka陆秋文
2024-05-15✨ feat(DPISDN-42): Add 'link_aware_injector' node.songyanchao
Add 'link_aware_injector' node.
2024-04-15🎈 perf: Introduce drop reason struct for etherfabric node.songyanchao
Introduce drop reason struct for etherfabric node.
2024-02-01🎈 perf: Refactored specific fields in classifier rule from string to ↵songyanchao
numeric format. Refactored specific fields in classifier rule from string to numeric format.
2024-01-19TSG-18269 fix the missing LACP packets and improve the status output of bond ↵v4.6.71-20240119陆秋文
interfaces.
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-09✨ feat(TSG-18251): Enable Dual-Stack Support for Dev Trunk Mode.songyanchao
Enable Dual-Stack Support for Dev Trunk Mode.
2024-01-05✨ feat(TSG-18251): Support Trunk and Access modes for Phydev.songyanchao
Support Trunk and Access modes for Phydev.
2024-01-05✨ feat(TSG-17959): Add tera adapter type for classifier.songyanchao
Add tera adapter type for classifier.
2024-01-05✨ feat(TSG-17959): Add processing flow for Tera Ingress and Tera Egress nodes.songyanchao
Add processing flow for Tera Ingress and Tera Egress nodes.
2024-01-05✨ feat(TSG-17959): Add tera node configuration parsing process.songyanchao
Add tera node configuration parsing process.
2024-01-05✨ feat: Add port adapter mapping model with associated test cases.songyanchao
Add port adapter mapping model with associated test cases.
2023-12-15🎈 perf: Optimize names of data structures related to Etherfabric node.songyanchao
Optimize names of data structures related to Etherfabric node.
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-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-20🎈 perf(DPISDN-21): Optimize pkt_classifier_engine data structuressongyanchao
Optimize pkt_classifier_engine data structures
2023-10-11🎈 perf(DPISDN-21): Optimize performance in the Classifier Node processsongyanchao
Optimize performance in the Classifier Node process
2023-10-10✨ feat(DPISDN-21): Add “ pkt_classifier_engine”songyanchao
已完成本地配置加载、数据包匹配等基础功能
2023-06-16✨ feat(DPISDN-10): Classifier rule api support ef_id and vwire_idv4.6.27-20230616songyanchao
Classifier rule api support ef_id and vwire_id
2023-05-29🎈 perf: rename etherfabric_service to etherfabric_adaptersongyanchao
rename etherfabric_service to etherfabric_adapter
2023-05-29🎈 perf: ↵songyanchao
优化相关节点计数,修复distributer函数中逆序查找L3和L4时边界错误问题 优化相关节点计数,修复distributer函数中逆序查找L3和L4时边界错误问题
2023-05-05允许为dpdk_dev和shmdev单独指定i/o核心。Lu Qiuwen
2023-03-29🎈 perf(DPISDN-5): 修改Classifier表结构songyanchao
修改Classifier表结构
2023-02-15✨ feat(TSG-13668): 添加 “Bridge Node”songyanchao
添加 “Bridge Node”
2023-02-03🎈 perf(TSG-13497): 优化 Forwarder Table 日志songyanchao
优化 Forwarder Table 日志
2023-02-03TSG-13437 ↵陆秋文
增加读写ROUTE-CTX和SIDLIST的接口、示例程序并修正vxlan头部校验和错误的问题。
2023-01-30✨ feat(TSG-13375): 实现 “Service Chaining” 功能songyanchao
实现 “Service Chaining” 功能
2023-01-30🎈 perf(TSG-13375): 修改 “private_data” 数据结构songyanchao
修改 “private_data” 数据结构
2023-01-30✨ feat(TSG-13375): "LB" 节点添加‘sid’字段songyanchao
"LB" 节点添加‘sid’字段
2023-01-30✨ feat(TSG-13370): 添加 “Forwarder” 节点的报文处理框架songyanchao
添加 “Forwarder” 节点的报文处理框架
2023-01-30✨ feat(TSG-13308): 将 Classifier Acl Table 拆分为 IPv4 和 IPv6 两个表songyanchao
将 Classifier Acl Table 拆分为 IPv4 和 IPv6 两个表
2022-12-30适配新的PacketParser接口,优化部分node流程的实现。Lu Qiuwen
2022-12-23适配新接口,编译通过。Lu Qiuwen
2022-12-23调整、优化node_ingress和node_egress的实现,适配新的设备管� ↵Lu Qiuwen
�器。
2022-12-23调整node_shmdev和node_dpdk_dev的实现,适配新的设备管理器。Lu Qiuwen
2022-11-07✨ feat(TSG-11965): Add "Health check" modulesongyanchao
Add "Health check" module
2022-09-23🎈 perf(TSG-12030): ↵songyanchao
优化classifier计数处理流程,并增加ctrlzone宏定义 优化classifier计数处理流程,并增加ctrlzone宏定义
2022-09-21增加virtual ↵陆秋文
wire功能的实现,增加测试程序并调整libevent的编译方式。
2022-09-13🎈 perf(TSG-11429): Rename 'lb_group_id' to 'redirect_next_hop_id'songyanchao
Rename 'lb_group_id' to 'redirect_next_hop_id'
2022-09-13✨ feat(TSG-11819): VlanFlippingAdapter添加VWire处理流程songyanchao
VlanFlippingAdapter添加VWire处理流程
2022-09-07🎈 perf(TSG-11887): bfd node 适配eth-egress nodesongyanchao
bfd node 适配eth-egress node
2022-09-07✨ feat(TSG-11887): 添加eth-egress节点songyanchao
添加eth-egress节点
2022-09-01✨ feat(TSG-11625): eth_ingress 节点添加Device Attribute转发流程songyanchao
eth_ingress 节点添加Device Attribute转发流程
2022-08-31✨ feat(TSG-11819): 添加新功能 “vlan_flipping_adapter”songyanchao
添加新功能 “vlan_flipping_adapter”
2022-08-24🎈 perf(TSG-11429): 优化数据包解析流程songyanchao
优化数据包解析流程
2022-08-23🎈 perf(TSG-11632): 整合Classifier 节点中 IPv4 Table & IPv6 Table 为 ↵songyanchao
ClassifierTable 整合Classifier 节点中 IPv4 Table & IPv6 Table 为 ClassifierTable
2022-08-15✨ feat(TSG-11662): 添加Etherfabric ↵songyanchao
Link配置项,并优化数据包解析流程 添加Etherfabric Link配置项,并优化数据包解析流程