Re: [External] Re: [PATCH v2,1/1] memory: avoid updating ioeventfds for some address_space

2023-09-11 Thread hongmainquan
在 2023/9/12 1:55 上午, David Hildenbrand 写道: On 11.09.23 18:28, Peter Xu wrote: On Mon, Sep 04, 2023 at 08:51:43PM +0800, hongmainquan wrote: Friendly ping... Hello, this patch has already received a R-b from PeterXu. Could you please help me review it as well and see if there are any

Re: [PATCH v2,1/1] memory: avoid updating ioeventfds for some address_space

2023-09-04 Thread hongmainquan
Friendly ping... Hello, this patch has already received a R-b from PeterXu. Could you please help me review it as well and see if there are any issues? If everything is fine, could you please consider merging it? Thank you! 在 2023/8/30 11:29 上午, hongmianquan 写道: When updating ioeventfds, we

Re: [External] Re: [PATCH] memory: avoid updating ioeventfds for some address_space

2023-07-27 Thread hongmainquan
在 2023/7/27 10:36 下午, Peter Xu 写道: On Thu, Jul 27, 2023 at 09:23:34PM +0800, hongmainquan wrote: 在 2023/7/27 8:53 下午, Peter Xu 写道: On Thu, Jul 27, 2023 at 11:59:43AM +0800, hongmainquan wrote: 在 2023/7/27 1:45 上午, Peter Xu 写道: On Tue, Jul 25, 2023 at 07:20:37PM +0800, hongmianquan

Re: [External] Re: [PATCH] memory: avoid updating ioeventfds for some address_space

2023-07-27 Thread hongmainquan
在 2023/7/27 8:53 下午, Peter Xu 写道: On Thu, Jul 27, 2023 at 11:59:43AM +0800, hongmainquan wrote: 在 2023/7/27 1:45 上午, Peter Xu 写道: On Tue, Jul 25, 2023 at 07:20:37PM +0800, hongmianquan wrote: When updating ioeventfds, we need to iterate all address spaces, but some address spaces do not

Re: [External] Re: [PATCH] memory: avoid updating ioeventfds for some address_space

2023-07-26 Thread hongmainquan
在 2023/7/27 1:45 上午, Peter Xu 写道: On Tue, Jul 25, 2023 at 07:20:37PM +0800, hongmianquan wrote: When updating ioeventfds, we need to iterate all address spaces, but some address spaces do not register eventfd_add|del call when memory_listener_register() and they do nothing when updating ioeve