Re: [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()

From: Jakub Kicinski
Date: Wed Jul 26 2023 - 10:57:39 EST


On Wed, 26 Jul 2023 14:43:35 +0300 Tariq Toukan wrote:
> >> 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.img
> >
> > What's wrk?
> >
> > David
> >
>
> Pretty 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.