08 2021 档案

摘要:[root@bogon ~]# numactl --help numactl: unrecognized option '--help' usage: numactl [--all | -a] [--interleave= | -i <nodes>] [--preferred= | -p <node 阅读全文
posted @ 2021-08-21 11:33 Xuperior 阅读(446) 评论(0) 推荐(0)
摘要:(gdb) help info Generic command for showing things about the program being debugged. List of info subcommands: info address -- Describe where symbol S 阅读全文
posted @ 2021-08-21 10:19 Xuperior 阅读(253) 评论(0) 推荐(0)
摘要:socket 发包 vlan 优先级映射 int priority; setsockopt(fd, SOL_SOCKET, SO_PRIORITY, &priority, sizeof(priority)); 发包需要配置映射关系: set_egress_map [vlan-name] [skb_p 阅读全文
posted @ 2021-08-19 17:45 Xuperior 阅读(1261) 评论(0) 推荐(0)