From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/enic:fix no return value bug Date: Mon, 28 Aug 2017 12:36:45 +0100 Message-ID: <2aa34460-7f94-9feb-ee90-ae9344a6f24e@intel.com> References: <1503478164-13185-1-git-send-email-xie.rongqiang@zte.com.cn> <9adf091a-c240-2b51-6f47-bc9292b4e299@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Rongqiang XIE , johndale@cisco.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F1AC4137C for ; Mon, 28 Aug 2017 13:36:48 +0200 (CEST) In-Reply-To: <9adf091a-c240-2b51-6f47-bc9292b4e299@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/28/2017 12:31 PM, Ferruh Yigit wrote: > On 8/23/2017 9:49 AM, Rongqiang XIE wrote: >> In enic_alloc_consistent() function, if the value mze malloc >> faile, !mze is true, free the rz should return NULL. >> >> Signed-off-by: Rongqiang XIE > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.