fix document style violations

This commit is contained in:
yunwei37
2023-05-30 17:23:30 +08:00
committed by 云微
parent c281de07e2
commit e9fbd43a59
7 changed files with 586 additions and 564 deletions

View File

@@ -76,12 +76,12 @@ Packing ebpf object and config into package.json...
并通过 `ecli` 运行:
```console
$ sudo ecli run package.json
sudo ecli run package.json
```
可以通过如下方式查看程序的输出:
```
```console
$ sudo cat /sys/kernel/tracing/trace_pipe
node-1939 [000] d.s11 1601.190413: bpf_trace_printk: packet size is 177
node-1939 [000] d.s11 1601.190479: bpf_trace_printk: packet size is 66
@@ -99,8 +99,6 @@ $ sudo cat /sys/kernel/tracing/trace_pipe
## 参考
<http://arthurchiao.art/blog/xdp-paper-acm-2018-zh/>
<http://arthurchiao.art/blog/linux-net-stack-implementation-rx-zh/>
<https://github.com/xdp-project/xdp-tutorial/tree/master/basic01-xdp-pass>
+ <http://arthurchiao.art/blog/xdp-paper-acm-2018-zh/>
+ <http://arthurchiao.art/blog/linux-net-stack-implementation-rx-zh/>
+ <https://github.com/xdp-project/xdp-tutorial/tree/master/basic01-xdp-pass>