Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
嘉然今天吃OS
ebpf_based_nfs-proj108
Commits
1727e3ef
Commit
1727e3ef
authored
2 years ago
by
嘉然今天吃OS
Browse files
Options
Download
Patches
Plain Diff
基本完成tc入口程序,重构了一下代码结构
parent
d4942265
Changes
133
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+0
-0
.gitignore
Docs/.gitkeep
+0
-0
Docs/.gitkeep
Docs/Meeting/.gitkeep
+0
-0
Docs/Meeting/.gitkeep
Docs/Reference/.gitkeep
+0
-0
Docs/Reference/.gitkeep
LICENSE
+0
-0
LICENSE
README.md
+0
-0
README.md
Record/.gitkeep
+0
-0
Record/.gitkeep
ganesha-modify/src/MainNFSD/nfs_rpc_dispatcher_thread.c
+9
-2
ganesha-modify/src/MainNFSD/nfs_rpc_dispatcher_thread.c
ganesha-modify/src/ebpf/CMakeLists.txt
+3
-0
ganesha-modify/src/ebpf/CMakeLists.txt
ganesha-modify/src/ebpf/attach.c
+58
-0
ganesha-modify/src/ebpf/attach.c
ganesha-modify/src/ebpf/include/bpf_nfsv4.h
+299
-0
ganesha-modify/src/ebpf/include/bpf_nfsv4.h
ganesha-modify/src/ebpf/include/bpf_nfsv4_type.h
+7
-0
ganesha-modify/src/ebpf/include/bpf_nfsv4_type.h
ganesha-modify/src/ebpf/include/bpf_tc.h
+165
-0
ganesha-modify/src/ebpf/include/bpf_tc.h
ganesha-modify/src/ebpf/include/map_key.h
+30
-0
ganesha-modify/src/ebpf/include/map_key.h
ganesha-modify/src/ebpf/include/map_val.h
+32
-0
ganesha-modify/src/ebpf/include/map_val.h
ganesha-modify/src/ebpf/include/tc_map.h
+121
-0
ganesha-modify/src/ebpf/include/tc_map.h
ganesha-modify/src/ebpf/tc.bpf.c
+3
-35
ganesha-modify/src/ebpf/tc.bpf.c
ganesha-modify/src/ebpf/tc_in.bpf.c
+868
-0
ganesha-modify/src/ebpf/tc_in.bpf.c
ganesha-modify/src/ebpf/tools/cmake/FindBpfObject.cmake
+4
-1
ganesha-modify/src/ebpf/tools/cmake/FindBpfObject.cmake
ganesha-modify/src/include/bpf_attach.h
+2
-4
ganesha-modify/src/include/bpf_attach.h
with
1601 additions
and
42 deletions
+1601
-42
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