summaryrefslogtreecommitdiff
path: root/infra
AgeCommit message (Expand)Author
2024-06-14OMPUB-1321 bugfix: clear the inflight lean counter when prod recreated.v4.7.7-20240620Lu Qiuwen
2024-04-14bugfix: clean the credit counters when cons created, fix the txdrop counter.Lu Qiuwen
2024-04-14support limits the max inflight objects in vnode.Lu Qiuwen
2024-04-14Feature retrieve object of backpressure陆秋文
2024-02-05fix TSG-18849: parse the packet as GTP-U when source port or dest port is 2152.v4.6.74-20240205Lu Qiuwen
2024-02-01: Refined log output formatting in node module.v4.6.73-20240201songyanchao
2024-02-01🎈 perf: Optimize of classifier rule fields.songyanchao
2024-01-18🎈 perf(DPISDN-32): Add rules changed check to Classifier dynamic rules loa...songyanchao
2024-01-16🎈 perf: Modify "stderr" to "stdout" and remove "sd_journal_print" in MR_LOG.v4.6.70-20240116songyanchao
2024-01-12🧪 test(TSG-17959): Add route ctx test for Etherfabric and Tera adapters.songyanchao
2024-01-10🎈 perf(DPISDN-32): Rename tera_id to tera_adapter_id and ef_id to ef_adapt...songyanchao
2024-01-10✨ feat(DPISDN-32): Classifier Node supports dynamically loading rules from ...songyanchao
2024-01-08🧪 test(TSG-17959): Add traffic_link_id test case for Tera test.songyanchao
2024-01-05✨ feat(TSG-17959): Add link db handling process for Tera node.songyanchao
2024-01-05✨ feat(TSG-17959): Add Tera adapter type for link db.songyanchao
2024-01-05🧪 test(TSG-17959): Add PTF test case for Tera node.songyanchao
2024-01-05🎈 perf: Remove msgpack-c third-party library.songyanchao
2024-01-05✨ feat: Add port adapter mapping model with associated test cases.songyanchao
2023-12-29fix compile warning童宗振
2023-12-28🐞 fix(TSG-18237): Fix bug where ICMP packets fail to match Classifier rules.v4.6.68-20231228songyanchao
2023-12-27build DPDK as a support library.童宗振
2023-12-19refactor-ctrlmsg-2童宗振
2023-12-15🧪 test(TSG-17860): Add tests for link db mode.songyanchao
2023-12-15✨ feat(TSG-17860): Add link db mode.songyanchao
2023-12-15✨ feat(DPISDN-29): Add Global Link Identifier for Etherfabric adapter.songyanchao
2023-12-06add fuzz testing for the packet parser童宗振
2023-11-22feature: remove the ltx tunnel.Lu Qiuwen
2023-11-20allow monitoring the queue length between prods and cons.Lu Qiuwen
2023-10-31🎈 perf: Set the maximum number of SHM devices to 256.songyanchao
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 associated...songyanchao
2023-10-27🎈 perf(DPISDN-23): Add test for sid listsongyanchao
2023-10-27✨ feat(DPISDN-23): Add 'sid_ring_queue' data structure and associated funct...songyanchao
2023-10-27perf: avoid call rte_ring_count() when the shared queue is disabled.Lu Qiuwen
2023-10-27perf: write the packet parser result with bit operation instead of bit field.Lu Qiuwen
2023-10-26perf: set the priv_size to 128 bytes to prefetch, clear the mrb_metadata by A...Lu Qiuwen
2023-10-26bugfix: fix the counters of vnodes write by multiple thread.Lu Qiuwen
2023-10-25🎈 perf(DPISDN-23): Optimize Storage of SID Data using Circular Queue and A...songyanchao
2023-10-23🎈 perf(DPISDN-21): Add GTest Test Cases for pkt classifier enginesongyanchao
2023-10-20🎈 perf(DPISDN-21): Optimize pkt_classifier_engine data structuressongyanchao
2023-10-17🎈 perf(DPISDN-21): Optimize data structures in the 'Pkt Classifier Enginesongyanchao
2023-10-17🐞 fix(DPISDN-21): Fix IPv6 port field matching issuesongyanchao
2023-10-16✨ feat(DPISDN-21): Add "evaluate_fast_match_condition" for linear searchsongyanchao
2023-10-12✨ feat(DPISDN-21): ADD Linear Search Algorithmic Frameworksongyanchao
2023-10-11🎈 perf(DPISDN-21): Optimize performance in the Classifier Node processsongyanchao
2023-10-10🐞 fix: Fix eal7 build errorsongyanchao
2023-10-10✨ feat(DPISDN-21): Add remote rule parsersongyanchao
2023-10-10✨ feat(DPISDN-21): Add “ pkt_classifier_engine”songyanchao
2023-10-09🐎 ci: add el7 build tasksongyanchao
2023-10-08修正rxbits统计有可能为负的问题;增加MP_CACHE的配置;去除...Lu Qiuwen