summaryrefslogtreecommitdiff
path: root/include/internal/protect.h
AgeCommit message (Collapse)Author
2024-02-28Basic API implementation for recording trace童宗振
2023-02-03TSG-13437 ↵陆秋文
增加读写ROUTE-CTX和SIDLIST的接口、示例程序并修正vxlan头部校验和错误的问题。
2018-12-07#1 实现基于ASAN的大页内存保护模式v4.3.0-20181207luqiuwen
* app初始化时对所有大页面增加保护,当应用调用MARSIO API时,对需要读写的区域解保护,以此实现对越界大页面读写的检测; * 由于rte_hash使用的大页面内存太分散,不便于保护,改用MESA_htable实现ARP表; * 增加大页面保护编译选项。