Skip to content

Commit

Permalink
xdp-bench: Add missing 'pass' command from the man page overview
Browse files Browse the repository at this point in the history
The summary at the start of the man page was missing the 'pass' command.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
  • Loading branch information
tohojo committed Jun 8, 2023
1 parent d0bb739 commit 81a198d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions xdp-bench/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Usage: xdp-bench COMMAND [options]

COMMAND can be one of:
drop - Drop all packets on an interface
pass - Pass all packets to the network stack
tx - Transmit packets back out on an interface (hairpin forwarding)
redirect - XDP redirect using the bpf_redirect() helper
redirect-cpu - XDP CPU redirect using BPF_MAP_TYPE_CPUMAP
Expand Down
3 changes: 2 additions & 1 deletion xdp-bench/xdp-bench.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-bench" "8" "FEBRUARY 4, 2023" "V1.3.1" "A simple XDP benchmarking tool"
.TH "xdp-bench" "8" "JUNE 1, 2023" "V1.3.1" "A simple XDP benchmarking tool"

.SH "NAME"
XDP-bench \- a simple XDP benchmarking tool
Expand Down Expand Up @@ -32,6 +32,7 @@ The syntax for running xdp-bench is:

COMMAND can be one of:
drop - Drop all packets on an interface
pass - Pass all packets to the network stack
tx - Transmit packets back out on an interface (hairpin forwarding)
redirect - XDP redirect using the bpf_redirect() helper
redirect-cpu - XDP CPU redirect using BPF_MAP_TYPE_CPUMAP
Expand Down

0 comments on commit 81a198d

Please sign in to comment.