Re: [PATCH net] net/smc: Prevent smc_release() from long blocking
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-12-16 16:13:36
Also in:
linux-rdma, linux-s390
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-12-16 16:13:36
Also in:
linux-rdma, linux-s390
On Thu, 16 Dec 2021 11:08:13 +0100 Karsten Graul wrote:
On 15/12/2021 13:29, D. Wythe wrote:quoted
From: "D. Wythe" <alibuda@linux.alibaba.com> In nginx/wrk benchmark, there's a hung problem with high probability on case likes that: (client will last several minutes to exit) server: smc_run nginx client: smc_run wrk -c 10000 -t 1 http://server Client hangs with the following backtrace:
In the future please make sure to leave the commit title in the Fixes tag exactly as is (you seem to have removed a "net/" prefix).
Good finding, thank you! Acked-by: Karsten Graul <redacted>
Applied, thanks.