摘要: 1、编写简单的xdp程序 #include <linux/bpf.h> #ifndef __section # define __section(NAME) \ __attribute__((section(NAME), used)) #endif __section("prog") int xdp 阅读全文
posted @ 2022-09-23 19:26 cn风 阅读(379) 评论(0) 推荐(0)