From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2017 04:36:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,441,1498546800"; d="scan'208";a="123226247" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2017 04:36:47 -0700 From: Ferruh Yigit To: Rongqiang XIE , johndale@cisco.com Cc: dev@dpdk.org References: <1503478164-13185-1-git-send-email-xie.rongqiang@zte.com.cn> <9adf091a-c240-2b51-6f47-bc9292b4e299@intel.com> Message-ID: <2aa34460-7f94-9feb-ee90-ae9344a6f24e@intel.com> Date: Mon, 28 Aug 2017 12:36:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <9adf091a-c240-2b51-6f47-bc9292b4e299@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/enic:fix no return value bug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2017 11:36:49 -0000 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.