* [PATCH] selftests: net: Fix a typo in udpgro_fwd.sh
@ 2021-12-29 7:27 Jianguo Wu
2021-12-30 1:40 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Jianguo Wu @ 2021-12-29 7:27 UTC (permalink / raw)
To: netdev; +Cc: Paolo Abeni, Jakub Kicinski
From: Jianguo Wu <wujianguo@chinatelecom.cn>
Fixes: a062260a9d5f ("selftests: net: add UDP GRO forwarding self-tests")
Signed-off-by: Jianguo Wu <wujianguo@chinatelecom.cn>
---
tools/testing/selftests/net/udpgro_fwd.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/udpgro_fwd.sh b/tools/testing/selftests/net/udpgro_fwd.sh
index 7f26591f236b..6a3985b8cd7f 100755
--- a/tools/testing/selftests/net/udpgro_fwd.sh
+++ b/tools/testing/selftests/net/udpgro_fwd.sh
@@ -132,7 +132,7 @@ run_test() {
local rcv=`ip netns exec $NS_DST $ipt"-save" -c | grep 'dport 8000' | \
sed -e 's/\[//' -e 's/:.*//'`
if [ $rcv != $pkts ]; then
- echo " fail - received $rvs packets, expected $pkts"
+ echo " fail - received $rcv packets, expected $pkts"
ret=1
return
fi
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests: net: Fix a typo in udpgro_fwd.sh
2021-12-29 7:27 [PATCH] selftests: net: Fix a typo in udpgro_fwd.sh Jianguo Wu
@ 2021-12-30 1:40 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-12-30 1:40 UTC (permalink / raw)
To: Jianguo Wu; +Cc: netdev, pabeni, kuba
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 29 Dec 2021 15:27:30 +0800 you wrote:
> From: Jianguo Wu <wujianguo@chinatelecom.cn>
>
> Fixes: a062260a9d5f ("selftests: net: add UDP GRO forwarding self-tests")
> Signed-off-by: Jianguo Wu <wujianguo@chinatelecom.cn>
> ---
> tools/testing/selftests/net/udpgro_fwd.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- selftests: net: Fix a typo in udpgro_fwd.sh
https://git.kernel.org/netdev/net/c/add25d6d6c85
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] 2+ messages in thread
end of thread, other threads:[~2021-12-30 1:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29 7:27 [PATCH] selftests: net: Fix a typo in udpgro_fwd.sh Jianguo Wu
2021-12-30 1:40 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).