Re: [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-26 14:57:36
Also in:
linux-fsdevel, linux-mm, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-26 14:57:36
Also in:
linux-fsdevel, linux-mm, lkml
On Wed, 26 Jul 2023 14:43:35 +0300 Tariq Toukan wrote:
quoted
quoted
We repro the issue on the server side using this client command: $ wrk -b2.2.2.2 -t4 -c1000 -d5 --timeout 5s https://2.2.2.3:20443/256000b.imgWhat's wrk? DavidPretty known and standard client app. wrk - a HTTP benchmarking tool https://github.com/wg/wrk
Let us know if your build has CONFIG_DEBUG_VM, please. Because in the old code the warning was gated by this config, so the bug may be older. We just started reporting it.