Re: [RFC 0/2] virtio-pmem: Asynchronous flush

2021-03-12 Thread David Hildenbrand
On 12.03.21 07:02, Dan Williams wrote: On Thu, Mar 11, 2021 at 8:21 PM Pankaj Gupta wrote: Hi David, Jeff reported preflush order issue with the existing implementation of virtio pmem preflush. Dan suggested[1] to implement asynchronous flush for virtio pmem using work queue as done

Re: [RFC 0/2] virtio-pmem: Asynchronous flush

2021-03-11 Thread Dan Williams
On Thu, Mar 11, 2021 at 8:21 PM Pankaj Gupta wrote: > > Hi David, > > > > Jeff reported preflush order issue with the existing implementation > > > of virtio pmem preflush. Dan suggested[1] to implement asynchronous > > > flush > > > for virtio pmem using work queue as done in md/RAID. This

Re: [RFC 0/2] virtio-pmem: Asynchronous flush

2021-03-11 Thread Pankaj Gupta
Hi David, > > Jeff reported preflush order issue with the existing implementation > > of virtio pmem preflush. Dan suggested[1] to implement asynchronous flush > > for virtio pmem using work queue as done in md/RAID. This patch series > > intends to solve the preflush ordering issue and al

Re: [RFC 0/2] virtio-pmem: Asynchronous flush

2021-03-11 Thread David Hildenbrand
On 20.04.20 15:19, Pankaj Gupta wrote: Jeff reported preflush order issue with the existing implementation of virtio pmem preflush. Dan suggested[1] to implement asynchronous flush for virtio pmem using work queue as done in md/RAID. This patch series intends to solve the preflush orderin