Re: [PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh

2024-12-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 4 Dec 2024 07:28:44 +0900 you wrote: > Currently, sendmmsg is implemented in udpgso_bench_tx.c, > but it is not called by any test script. > > This patch adds a test for sendmmsg in udpgso_bench.sh. > This a

Re: [PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh

2024-12-04 Thread Willem de Bruijn
Kenjiro Nakayama wrote: > Currently, sendmmsg is implemented in udpgso_bench_tx.c, > but it is not called by any test script. > > This patch adds a test for sendmmsg in udpgso_bench.sh. > This allows for basic API testing and benchmarking > comparisons with GSO. > > Signed-off-by: Kenjiro Nakayam

Re: [PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh

2024-12-04 Thread Hangbin Liu
On Wed, Dec 04, 2024 at 07:28:44AM +0900, Kenjiro Nakayama wrote: > Currently, sendmmsg is implemented in udpgso_bench_tx.c, > but it is not called by any test script. > > This patch adds a test for sendmmsg in udpgso_bench.sh. > This allows for basic API testing and benchmarking > comparisons wit

[PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh

2024-12-03 Thread Kenjiro Nakayama
Currently, sendmmsg is implemented in udpgso_bench_tx.c, but it is not called by any test script. This patch adds a test for sendmmsg in udpgso_bench.sh. This allows for basic API testing and benchmarking comparisons with GSO. Signed-off-by: Kenjiro Nakayama --- tools/testing/selftests/net/udpg