Re: [PATCH v4 2/7] s390: vfio-ap: wait for queue empty on queue reset

2019-06-17 Thread Tony Krowiak
On 6/17/19 4:47 AM, Harald Freudenberger wrote: On 13.06.19 21:39, 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 ---

Re: [PATCH v4 2/7] s390: vfio-ap: wait for queue empty on queue reset

2019-06-17 Thread Harald Freudenberger
On 13.06.19 21:39, 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 | 49

[PATCH v4 2/7] s390: vfio-ap: wait for queue empty on queue reset

2019-06-13 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 | 49 +++ 1 file cha