All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next] selftests/net: enable io_uring sendzc testing
@ 2022-09-26 10:35 Pavel Begunkov
  2022-09-27 15:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Begunkov @ 2022-09-26 10:35 UTC (permalink / raw)
  To: netdev; +Cc: David S . Miller, Jakub Kicinski, Pavel Begunkov

d8b6171bd58a5 ("selftests/io_uring: test zerocopy send") added io_uring
zerocopy tests but forgot to enable it in make runs. Add missing
io_uring_zerocopy_tx.sh into TEST_PROGS.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
---
 tools/testing/selftests/net/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index d87e8739bb30..2a6b0bc648c4 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -66,6 +66,7 @@ TEST_GEN_FILES += cmsg_sender
 TEST_GEN_FILES += stress_reuseport_listen
 TEST_PROGS += test_vxlan_vnifiltering.sh
 TEST_GEN_FILES += io_uring_zerocopy_tx
+TEST_PROGS += io_uring_zerocopy_tx.sh
 TEST_GEN_FILES += bind_bhash
 TEST_GEN_PROGS += sk_bind_sendto_listen
 TEST_GEN_PROGS += sk_connect_zero_addr
-- 
2.37.2


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

* Re: [PATCH for-next] selftests/net: enable io_uring sendzc testing
  2022-09-26 10:35 [PATCH for-next] selftests/net: enable io_uring sendzc testing Pavel Begunkov
@ 2022-09-27 15:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-27 15:10 UTC (permalink / raw)
  To: Pavel Begunkov; +Cc: netdev, davem, kuba

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 26 Sep 2022 11:35:36 +0100 you wrote:
> d8b6171bd58a5 ("selftests/io_uring: test zerocopy send") added io_uring
> zerocopy tests but forgot to enable it in make runs. Add missing
> io_uring_zerocopy_tx.sh into TEST_PROGS.
> 
> Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
> ---
>  tools/testing/selftests/net/Makefile | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [for-next] selftests/net: enable io_uring sendzc testing
    https://git.kernel.org/netdev/net-next/c/7bcd9683e515

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:[~2022-09-27 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 10:35 [PATCH for-next] selftests/net: enable io_uring sendzc testing Pavel Begunkov
2022-09-27 15:10 ` 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.