Re: [PATCH v7 9/9] vring: Use the DMA API on Xen

2016-02-04 Thread Andy Lutomirski
On Wed, Feb 3, 2016 at 1:49 AM, David Vrabel wrote: > On 03/02/16 05:46, Andy Lutomirski wrote: >> Signed-off-by: Andy Lutomirski > > You forgot the previous Reviewed-by tags. Whoops. If I send another version, they'll be there. > > David -- Andy Lutomirski AMA Capital Management, LLC

Re: [PATCH v7 9/9] vring: Use the DMA API on Xen

2016-02-03 Thread David Vrabel
On 03/02/16 05:46, Andy Lutomirski wrote: > Signed-off-by: Andy Lutomirski You forgot the previous Reviewed-by tags. David

[PATCH v7 9/9] vring: Use the DMA API on Xen

2016-02-02 Thread Andy Lutomirski
Signed-off-by: Andy Lutomirski --- drivers/virtio/virtio_ring.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index e46d08107a50..5c802d47892c 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring