Re: [PATCH v2 5/8] s390: vfio-ap: wait for queue empty on queue reset

2019-04-23 Thread Tony Krowiak
On 4/23/19 8:50 AM, Pierre Morel wrote: On 20/04/2019 23:49, Tony Krowiak wrote: Refactors the AP queue reset function to wait until the queue is empty after the PQAP(ZAPQ) instruction is executed to zero out the queue as required by the AP architecture. Signed-off-by: Tony Krowiak ---   drive

Re: [PATCH v2 5/8] s390: vfio-ap: wait for queue empty on queue reset

2019-04-23 Thread Pierre Morel
On 20/04/2019 23:49, Tony Krowiak wrote: Refactors the AP queue reset function to wait until the queue is empty after the PQAP(ZAPQ) instruction is executed to zero out the queue as required by the AP architecture. Signed-off-by: Tony Krowiak --- drivers/s390/crypto/vfio_ap_ops.c | 35 +++

[PATCH v2 5/8] s390: vfio-ap: wait for queue empty on queue reset

2019-04-20 Thread Tony Krowiak
Refactors the AP queue reset function to wait until the queue is empty after the PQAP(ZAPQ) instruction is executed to zero out the queue as required by the AP architecture. Signed-off-by: Tony Krowiak --- drivers/s390/crypto/vfio_ap_ops.c | 35 --- 1 file changed