Re: [PATCH] swiotlb: Correct kernel command line handler

2014-06-20 Thread Konrad Rzeszutek Wilk
On Wed, Apr 02, 2014 at 01:36:29PM +0900, Jungseok Lee wrote: On Tuesday, April 01, 2014 9:46 PM, Konrad Rzeszutek Wilk wrote: On Tue, Apr 01, 2014 at 10:51:58AM +0900, Jungseok Lee wrote: This patch corrects kernel command line handler when io_tlb_nslabs is set to 0. A current

Re: [PATCH] swiotlb: Correct kernel command line handler

2014-04-01 Thread Jungseok Lee
On Tuesday, April 01, 2014 9:46 PM, Konrad Rzeszutek Wilk wrote: On Tue, Apr 01, 2014 at 10:51:58AM +0900, Jungseok Lee wrote: This patch corrects kernel command line handler when io_tlb_nslabs is set to 0. A current implementation allocates default size memory (64MB) when 0 is given to

[PATCH] swiotlb: Correct kernel command line handler

2014-03-31 Thread Jungseok Lee
This patch corrects kernel command line handler when io_tlb_nslabs is set to 0. A current implementation allocates default size memory (64MB) when 0 is given to io_tlb_nslabs (swiotlb=0) by kernel command line. In other words, memory is allocated unintentionally. Signed-off-by: Jungseok Lee