Re: [PATCH net] net/smc: Prevent smc_release() from long blocking
From: Karsten Graul <hidden>
Date: 2021-12-16 10:08:23
Also in:
linux-s390, netdev
From: Karsten Graul <hidden>
Date: 2021-12-16 10:08:23
Also in:
linux-s390, netdev
On 15/12/2021 13:29, D. Wythe wrote:
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:
Good finding, thank you! Acked-by: Karsten Graul <redacted>