Re: [PATCH v2 00/17] IB/mlx: Fine-tuning for several function implementations

2017-08-06 Thread SF Markus Elfring
> Date: Fri, 21 Apr 2017 19:56:54 +0200 > > Several update suggestions were taken into account > from static source code analysis. > > Markus Elfring (17): > Use kcalloc() in mlx4_ib_alloc_pv_bufs() > Use kmalloc_array() in six functions > Improve size determinations in six functions >

Re: [PATCH v2 00/17] IB/mlx: Fine-tuning for several function implementations

2017-08-06 Thread SF Markus Elfring
> Date: Fri, 21 Apr 2017 19:56:54 +0200 > > Several update suggestions were taken into account > from static source code analysis. > > Markus Elfring (17): > Use kcalloc() in mlx4_ib_alloc_pv_bufs() > Use kmalloc_array() in six functions > Improve size determinations in six functions >

Re: [PATCH v2 00/17] IB/mlx: Fine-tuning for several function implementations

2017-04-21 Thread Bart Van Assche
On Fri, 2017-04-21 at 20:17 +0200, SF Markus Elfring wrote: > Several update suggestions were taken into account > from static source code analysis. Hello Markus, Patches should either be useful to users of the Linux kernel, e.g. by adding new functionality or by fixing a bug, or to kernel

Re: [PATCH v2 00/17] IB/mlx: Fine-tuning for several function implementations

2017-04-21 Thread Bart Van Assche
On Fri, 2017-04-21 at 20:17 +0200, SF Markus Elfring wrote: > Several update suggestions were taken into account > from static source code analysis. Hello Markus, Patches should either be useful to users of the Linux kernel, e.g. by adding new functionality or by fixing a bug, or to kernel