Skip to content

Commit 66d5764

Browse files
committed
xdp-bench: Update man page
The man page was not rebuilt after the README file was updated to include the l4-sport and l4-dport entries. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent b184d10 commit 66d5764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xdp-bench/xdp-bench.8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ round-robin - Cycle between target CPUs in a round-robin fashion (for each packe
449449
l4-proto - Choose the target CPU based on the layer-4 protocol of packet
450450
l4-filter - Like l4-proto, but drop UDP packets with destination port 9 (used by pktgen)
451451
l4-hash - Use source and destination IP hashing to pick target CPU
452+
l4-sport - Use modulo of source port to pick target CPU
453+
l4-dport - Use modulo of destination port to pick target CPU
452454
\fP
453455
.fi
454456
.RE

0 commit comments

Comments
 (0)