We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cf851 commit 1c868bfCopy full SHA for 1c868bf
1 file changed
packet01-parsing/README.org
@@ -204,7 +204,10 @@ assignments below will gradually build up towards this goal.
204
The starting point for this assignment is the packet parsing program in
205
[[file:xdp_prog_kern.c]], which will parse the packet Ethernet header using a
206
helper function. Each assignment will extend this program by adding new
207
-features.
+features. The program includes the stats helper from basic04 which you can
208
+use to monitor what actions the program takes as you develop it. Use =t
209
+stats= to run the stats monitoring application (after you have loaded your
210
+BPF program).
211
212
** Assignment 1: Fix the bounds checking error
213
The parser function in =xdp_prog_kern.c= will parse the Ethernet header, do
0 commit comments