Re: [PATCH v3] dm crypt: add flags to optionally bypass dm-crypt workqueues

2020-07-08 Thread Bob Liu
On 7/7/20 1:37 AM, Ignat Korchagin wrote: > Changes from v2: > * dropped nobacklog boolean - ciphers are OK to backlog requests > * moved some conditionals inline dropping the extra local variables > * renamed "noresched" -> "atomic" > > This is a follow up from [1]. Consider the following

Re: [PATCH v3] dm crypt: add flags to optionally bypass dm-crypt workqueues

2020-07-07 Thread Damien Le Moal
On 2020/07/07 2:37, Ignat Korchagin wrote: > Changes from v2: > * dropped nobacklog boolean - ciphers are OK to backlog requests > * moved some conditionals inline dropping the extra local variables > * renamed "noresched" -> "atomic" > > This is a follow up from [1]. Consider the following

[PATCH v3] dm crypt: add flags to optionally bypass dm-crypt workqueues

2020-07-06 Thread Ignat Korchagin
Changes from v2: * dropped nobacklog boolean - ciphers are OK to backlog requests * moved some conditionals inline dropping the extra local variables * renamed "noresched" -> "atomic" This is a follow up from [1]. Consider the following script: sudo modprobe brd rd_nr=1 rd_size=4194304