Re: [PATCH 16/39] megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails

2017-02-06 Thread Tomas Henzl
On 6.2.2017 10:59, Shivasharan S wrote: > Currently fusion context has fixed array load_balance_info. Use dynamic > allocation. > In few places, driver do not want physically contigious memory. > Attempt to use vmalloc if physical contiguous memory is not available. > > Signed-off-by: Shivasharan

Re: [PATCH 16/39] megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails

2017-02-06 Thread Hannes Reinecke
On 02/06/2017 10:59 AM, Shivasharan S wrote: > Currently fusion context has fixed array load_balance_info. Use dynamic > allocation. > In few places, driver do not want physically contigious memory. > Attempt to use vmalloc if physical contiguous memory is not available. > > Signed-off-by:

[PATCH 16/39] megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails

2017-02-06 Thread Shivasharan S
Currently fusion context has fixed array load_balance_info. Use dynamic allocation. In few places, driver do not want physically contigious memory. Attempt to use vmalloc if physical contiguous memory is not available. Signed-off-by: Shivasharan S