Re: [PATCH 1/1] scsi: storvsc: Avoid allocating memory for temp cpumasks

From: Stephen Hemminger
Date: Thu May 17 2018 - 18:43:04 EST


On Thu, 17 May 2018 14:07:40 -0700
Michael Kelley <mhkelley58@xxxxxxxxx> wrote:

> Current code allocates 240 Kbytes (in typical configs) for
> each synthetic SCSI controller to use as temp cpumask variables.
> Recode to avoid needing the temp cpumask variables and remove the
> memory allocation.
>
> Signed-off-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>

Acked-by: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>