Re: [dm-devel] [PATCH V3 04/13] block: create io poll context for submission and poll task

2021-03-25 Thread JeffleXu
On 3/24/21 8:19 PM, Ming Lei wrote: > Create per-task io poll context for both IO submission and poll task > if the queue is bio based and supports polling. > > This io polling context includes two queues: > > 1) submission queue(sq) for storing HIPRI bio, written by submission task >and

Re: [dm-devel] [PATCH V3 04/13] block: create io poll context for submission and poll task

2021-03-25 Thread JeffleXu
On 3/25/21 10:51 AM, Ming Lei wrote: > On Thu, Mar 25, 2021 at 10:34:02AM +0800, JeffleXu wrote: >> >> >> On 3/24/21 8:19 PM, Ming Lei wrote: >>> Create per-task io poll context for both IO submission and poll task >>> if the queue is bio based and supports polling. >>> >>> This io polling

Re: [dm-devel] [PATCH V3 04/13] block: create io poll context for submission and poll task

2021-03-24 Thread Ming Lei
On Thu, Mar 25, 2021 at 10:34:02AM +0800, JeffleXu wrote: > > > On 3/24/21 8:19 PM, Ming Lei wrote: > > Create per-task io poll context for both IO submission and poll task > > if the queue is bio based and supports polling. > > > > This io polling context includes two queues: > > > > 1)

Re: [dm-devel] [PATCH V3 04/13] block: create io poll context for submission and poll task

2021-03-24 Thread Hannes Reinecke
On 3/24/21 1:19 PM, Ming Lei wrote: Create per-task io poll context for both IO submission and poll task if the queue is bio based and supports polling. This io polling context includes two queues: 1) submission queue(sq) for storing HIPRI bio, written by submission task and read by poll

[dm-devel] [PATCH V3 04/13] block: create io poll context for submission and poll task

2021-03-24 Thread Ming Lei
Create per-task io poll context for both IO submission and poll task if the queue is bio based and supports polling. This io polling context includes two queues: 1) submission queue(sq) for storing HIPRI bio, written by submission task and read by poll task. 2) polling queue(pq) for holding