Skip to content

Commit 1c868bf

Browse files
committed
packet01: Mention stats program in packet01 README
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 46cf851 commit 1c868bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packet01-parsing/README.org

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,10 @@ assignments below will gradually build up towards this goal.
204204
The 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
206206
helper 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
210213
The parser function in =xdp_prog_kern.c= will parse the Ethernet header, do

0 commit comments

Comments
 (0)