Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: weli-l <[email protected]>
  • Loading branch information
weli-l committed Sep 9, 2024
1 parent b289d08 commit e217f2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions docs/Startup_process_of_eBPF_programs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: Startup Process of eBPF programs
authors:
- "@weli-l"
approvers:
- "@robot"
creation-date: 2024-09-02

---
Expand Down
6 changes: 1 addition & 5 deletions docs/dataplane_forward.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: Startup Process of eBPF programs
authors:
- "@weli-l"
approvers:
- "@robot"
creation-date: 2024-09-05

---
Expand All @@ -12,7 +8,7 @@ creation-date: 2024-09-05

Kmesh sinks into the kernel and uses short-circuiting network protocol stacks to achieve network acceleration. However, the data plane needs to cooperate with the control plane to achieve the effect of accelerating network forwarding. The control plane is responsible for issuing xDS configurations, and the data plane needs to convert these configurations into data structures that can be read and written by eBPF programs to forward data package, and finally achieve network acceleration,This chapter will introduce the forward principle of data plane

### How to record socket
### How to record socket

In Kmesh, there is a cgroup_connect4_prog eBPF program that is used to mark all pods managed by kmesh with a delayed link establishment flag, and then the specific traffic management process is carried out in sockops_prog

Expand Down

0 comments on commit e217f2b

Please sign in to comment.