RE: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet

2023-12-06 Thread Gonglei (Arei)
zat...@lists.linux-foundation.org; > linux-ker...@vger.kernel.org; wangyangxin ; > Gonglei (Arei) > Subject: Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet > > Gonglei Arei wrote: > > Doing ipsec produces a spinlock recursion warning. > > This is due to crypto

RE: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet

2023-12-06 Thread Gonglei (Arei)
dation.org; linux-ker...@vger.kernel.org; > wangyangxin > Subject: Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet > > On Mon, Nov 20, 2023 at 11:49:45AM +, Gonglei (Arei) wrote: > > Doing ipsec produces a spinlock recursion warning. > > This is due to crypto_fina

Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet

2023-12-01 Thread Michael S. Tsirkin
On Mon, Nov 20, 2023 at 11:49:45AM +, Gonglei (Arei) wrote: > Doing ipsec produces a spinlock recursion warning. > This is due to crypto_finalize_request() being called in the upper half. > Move virtual data queue processing of virtio-crypto driver to tasklet. > > Fixes: dbaf0624ffa57 ("crypto

Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet

2023-12-01 Thread Herbert Xu
Gonglei Arei wrote: > Doing ipsec produces a spinlock recursion warning. > This is due to crypto_finalize_request() being called in the upper half. > Move virtual data queue processing of virtio-crypto driver to tasklet. > > Fixes: dbaf0624ffa57 ("crypto: add virtio-crypto driver") > Reported-by: