Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

samples: bpf: Fix a spelling typo in do_hbm_test.sh

This patch fixes a spelling typo in do_hbm_test.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210315124454.1744594-1-standby24x7@gmail.com

authored by

Masanari Iida and committed by
Andrii Nakryiko
d94436a5 0205e9de

+1 -1
+1 -1
samples/bpf/do_hbm_test.sh
··· 10 10 Usage() { 11 11 echo "Script for testing HBM (Host Bandwidth Manager) framework." 12 12 echo "It creates a cgroup to use for testing and load a BPF program to limit" 13 - echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create" 13 + echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create" 14 14 echo "loads. The output is the goodput in Mbps (unless -D was used)." 15 15 echo "" 16 16 echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"