Re: [PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full

2013-10-09 Thread Stefano Stabellini
On Mon, 30 Sep 2013, Konrad Rzeszutek Wilk wrote: > On Fri, Sep 27, 2013 at 05:10:02PM +0100, Stefano Stabellini wrote: > > Signed-off-by: Stefano Stabellini > > --- > > drivers/xen/swiotlb-xen.c |1 + > > lib/swiotlb.c |1 + > > 2 files changed, 2 insertions(+), 0

Re: [PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full

2013-10-09 Thread Stefano Stabellini
On Mon, 30 Sep 2013, Konrad Rzeszutek Wilk wrote: On Fri, Sep 27, 2013 at 05:10:02PM +0100, Stefano Stabellini wrote: Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com --- drivers/xen/swiotlb-xen.c |1 + lib/swiotlb.c |1 + 2 files changed, 2

Re: [PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full

2013-09-30 Thread Konrad Rzeszutek Wilk
On Fri, Sep 27, 2013 at 05:10:02PM +0100, Stefano Stabellini wrote: > Signed-off-by: Stefano Stabellini > --- > drivers/xen/swiotlb-xen.c |1 + > lib/swiotlb.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/xen/swiotlb-xen.c

Re: [PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full

2013-09-30 Thread Konrad Rzeszutek Wilk
On Fri, Sep 27, 2013 at 05:10:02PM +0100, Stefano Stabellini wrote: Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com --- drivers/xen/swiotlb-xen.c |1 + lib/swiotlb.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full

2013-09-27 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini --- drivers/xen/swiotlb-xen.c |1 + lib/swiotlb.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/xen/swiotlb-xen.c b/drivers/xen/swiotlb-xen.c index 96ad316..790c2eb 100644 --- a/drivers/xen/swiotlb-xen.c +++

[PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full

2013-09-27 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com --- drivers/xen/swiotlb-xen.c |1 + lib/swiotlb.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/xen/swiotlb-xen.c b/drivers/xen/swiotlb-xen.c index 96ad316..790c2eb 100644 ---