RE: [RFC 03/27] vhost: fix IOTLB entries overlap check with previous entry

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

Re: [RFC 03/27] vhost: fix IOTLB entries overlap check with previous entry

2023-04-17 Thread Mike Pattrick
On Fri, Mar 31, 2023 at 11:43 AM Maxime Coquelin wrote: > > Commit 22b6d0ac691a ("vhost: fix madvise IOTLB entries pages overlap check") > fixed the check to ensure the entry to be removed does not > overlap with the next one in the IOTLB cache before marking > it as DONTDUMP with madvise(). This