All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh
@ 2021-03-15 12:44 Masanari Iida
  2021-03-16  5:18 ` Andrii Nakryiko
  2021-03-16  5:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2021-03-15 12:44 UTC (permalink / raw)
  To: linux-kernel, andrii, daniel, ast, kafai, songliubraving, yhs,
	john.fastabend, kpsingh, bpf
  Cc: Masanari Iida

This patch fixes a spelling typo in do_hbm_test.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 samples/bpf/do_hbm_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
index 21790ea5c460..38e4599350db 100755
--- a/samples/bpf/do_hbm_test.sh
+++ b/samples/bpf/do_hbm_test.sh
@@ -10,7 +10,7 @@
 Usage() {
   echo "Script for testing HBM (Host Bandwidth Manager) framework."
   echo "It creates a cgroup to use for testing and load a BPF program to limit"
-  echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
+  echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
   echo "loads. The output is the goodput in Mbps (unless -D was used)."
   echo ""
   echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh
  2021-03-15 12:44 [PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh Masanari Iida
@ 2021-03-16  5:18 ` Andrii Nakryiko
  2021-03-16  5:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Andrii Nakryiko @ 2021-03-16  5:18 UTC (permalink / raw)
  To: Masanari Iida
  Cc: open list, Andrii Nakryiko, Daniel Borkmann, Alexei Starovoitov,
	Martin Lau, Song Liu, Yonghong Song, john fastabend, KP Singh,
	bpf

On Mon, Mar 15, 2021 at 5:45 AM Masanari Iida <standby24x7@gmail.com> wrote:
>
> This patch fixes a spelling typo in do_hbm_test.sh
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---

Thanks, applied to bpf-next. For the future patches, please use [PATCH
bpf-next] subject prefix if you are sending patches against bpf-next
tree (of [PATCH bpf], if it's against bpf tree).

>  samples/bpf/do_hbm_test.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
> index 21790ea5c460..38e4599350db 100755
> --- a/samples/bpf/do_hbm_test.sh
> +++ b/samples/bpf/do_hbm_test.sh
> @@ -10,7 +10,7 @@
>  Usage() {
>    echo "Script for testing HBM (Host Bandwidth Manager) framework."
>    echo "It creates a cgroup to use for testing and load a BPF program to limit"
> -  echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
> +  echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
>    echo "loads. The output is the goodput in Mbps (unless -D was used)."
>    echo ""
>    echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"
> --
> 2.25.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh
  2021-03-15 12:44 [PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh Masanari Iida
  2021-03-16  5:18 ` Andrii Nakryiko
@ 2021-03-16  5:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-16  5:20 UTC (permalink / raw)
  To: Masanari Iida
  Cc: linux-kernel, andrii, daniel, ast, kafai, songliubraving, yhs,
	john.fastabend, kpsingh, bpf

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Mon, 15 Mar 2021 21:44:54 +0900 you wrote:
> This patch fixes a spelling typo in do_hbm_test.sh
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  samples/bpf/do_hbm_test.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - samples: bpf: Fix a spelling typo in do_hbm_test.sh
    https://git.kernel.org/bpf/bpf-next/c/d94436a5d1a0

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-16  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 12:44 [PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh Masanari Iida
2021-03-16  5:18 ` Andrii Nakryiko
2021-03-16  5:20 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.