Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22022-2210132
proj266-SYSU-3081
Commits
85fafd1e
Commit
85fafd1e
authored
11 months ago
by
三只逸仙鸭鸭win
Browse files
Options
Download
Patches
Plain Diff
Update file cilium学习.md
parent
e92a5eb2
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/dragonboat_study/cilium学习.md
+2
-2
docs/dragonboat_study/cilium学习.md
with
2 additions
and
2 deletions
+2
-2
docs/dragonboat_study/cilium学习.md
+
2
−
2
View file @
85fafd1e
# DragonBoat结构分析与eBPF结合
# DragonBoat结构分析与eBPF结合
(Cilium学习)
## 结构分析
## 结构分析
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
4.
常用指令链接:
[
Golang常用指令
](
https://wnote.com/notes/golang/base/go-command.html
)
4.
常用指令链接:
[
Golang常用指令
](
https://wnote.com/notes/golang/base/go-command.html
)
5.
示例分析:
[
eBPF-Go指南
](
https://ebpf-go.dev/guides/getting-started/
)
5.
示例分析:
[
eBPF-Go指南
](
https://ebpf-go.dev/guides/getting-started/
)
-
`gen.go`
: 自定义指令,用bpf2go工具将.c文件转换为.go文件
-
`gen.go`
: 自定义指令,用bpf2go工具将.c文件转换为.go文件
,其中,bpf2go 是一个工具,用于简化和自动化生成 eBPF 程序的 Go 语言绑定
-
`go get`
: 获取模块并自动更新go.mod
-
`go get`
: 获取模块并自动更新go.mod
-
`go mod init <module-name>`
: 生成go.mod
-
`go mod init <module-name>`
: 生成go.mod
-
`go mod tidy`
: 自动管理依赖为最新
-
`go mod tidy`
: 自动管理依赖为最新
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets