File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,10 @@ assignments below will gradually build up towards this goal.
204204The starting point for this assignment is the packet parsing program in
205205[[file:xdp_prog_kern.c]], which will parse the packet Ethernet header using a
206206helper function. Each assignment will extend this program by adding new
207- features.
207+ 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).
208211
209212** Assignment 1: Fix the bounds checking error
210213The parser function in =xdp_prog_kern.c= will parse the Ethernet header, do
You can’t perform that action at this time.
0 commit comments