From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] libcxgb: replace vmalloc and memset with vzalloc Date: Sat, 21 Jul 2018 16:33:43 -0700 (PDT) Message-ID: <20180721.163343.195037305179312323.davem@davemloft.net> References: <20180719141827.7776-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: yuehaibing@huawei.com Return-path: In-Reply-To: <20180719141827.7776-1-yuehaibing@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: YueHaibing Date: Thu, 19 Jul 2018 22:18:27 +0800 > Use vzalloc instead of the vmalloc, memset combo > > Signed-off-by: YueHaibing Applied.