|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH V1 02/16] xen/ioreq: Make x86's IOREQ feature common
Hi, On 30/09/2020 14:39, Oleksandr wrote: Hi Julien On 25.09.20 11:19, Paul Durrant wrote:The ioreq control plane is largely predicated on there being no pending I/O when the state of a server is modified, and it is assumed that domain_pause() is sufficient to achieve this. If that assumption doesn't hold then we need additional synchronization.-----Original Message----- From: Julien Grall <julien@xxxxxxx> Sent: 24 September 2020 19:01To: Oleksandr Tyshchenko <olekstysh@xxxxxxxxx>; xen-devel@xxxxxxxxxxxxxxxxxxxx Cc: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>; Andrew Cooper <andrew.cooper3@xxxxxxxxxx>; George Dunlap <george.dunlap@xxxxxxxxxx>; Ian Jackson <ian.jackson@xxxxxxxxxxxxx>; Jan Beulich <jbeulich@xxxxxxxx>; Stefano Stabellini <sstabellini@xxxxxxxxxx>; Wei Liu <wl@xxxxxxx>; Roger Pau Monné <roger.pau@xxxxxxxxxx>; Paul Durrant <paul@xxxxxxx>; Jun Nakajima <jun.nakajima@xxxxxxxxx>; Kevin Tian <kevin.tian@xxxxxxxxx>; Tim Deegan <tim@xxxxxxx>; Julien Grall <julien.grall@xxxxxxx>Subject: Re: [PATCH V1 02/16] xen/ioreq: Make x86's IOREQ feature common On 10/09/2020 21:21, Oleksandr Tyshchenko wrote: I don't think this assumption even hold on x86 because domain_pause() will not wait for I/O to finish. On x86, the context switch will reset the stack and therefore wait_on_xen_event_channel() is not going to return. Instead, handle_hvm_io_completion() will be called from the tail callback in context_switch(). get_pending_vcpu() would return NULL as the IOREQ server disappeared. Although, it is not clear whether the vCPU will continue to run (or not). Did I miss anything?Regarding the fix itself, I am not sure what sort of synchronization we can do. Are you suggesting to wait for the I/O to complete? If so, how do we handle the case the IOREQ server died? May I please clarify whether a concern still stands (with what was said above) and we need an additional synchronization on Arm? Yes the concern is still there (See above). Cheers, -- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |