Skip to content

Commit 916ead3

Browse files
committed
Update uXDP workshop talk documentation to clarify the description of complex userspace libraries and logic, enhancing the understanding of the challenges faced when moving to userspace. This change aims to improve the overall clarity of the technical motivations discussed in the talk.
1 parent f75c5d4 commit 916ead3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/others/miscellaneous/ebpf-uxdp-workshop-talk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ So, what was the technical motivation for our approach? We started by profiling
118118
- Real-world NFs have: complex control planes (e.g., Katran)​
119119
- Maps to interact with kernel eBPF programs​
120120
- Multiple Syscalls​
121-
- Complex Libraries like libbpf
121+
- Complex userspace Libraries and logic
122122
- Moving to userspace means rewriting all of it.
123123

124124
**Speaker notes (~80–90 words)**

0 commit comments

Comments
 (0)