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 5E8A62FDD for ; Fri, 7 Apr 2017 12:50:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491562232; x=1523098232; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=zT2wcPJBAeMydiJPqFYqLNvxX4GFAZKBa5VadZmUCik=; b=Zdx1VtHvQ7wBLFrojIsM+WtEGc1CfecAYv9NY4PZVN43IbWhB9q5DWyM NIR/JMgBOAowZC3wBGj/tA3ItgsNcw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2017 03:50:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,164,1488873600"; d="scan'208";a="86339115" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 07 Apr 2017 03:50:29 -0700 To: Rahul Lakkireddy , henry References: <1490686340-9340-1-git-send-email-caihe@huawei.com> <20170330112835.GA4937@chelsio.com> Cc: "dev@dpdk.org" , Nirranjan Kirubaharan , "wangyunjian@huawei.com" , "zhoujingbin@huawei.com" , Kumar Sanghvi From: Ferruh Yigit Message-ID: Date: Fri, 7 Apr 2017 11:50:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170330112835.GA4937@chelsio.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/cxgbe: fix a bug in t4_wr_mbox_meat_timeout 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: Fri, 07 Apr 2017 10:50:32 -0000 On 3/30/2017 12:28 PM, Rahul Lakkireddy wrote: > On Tuesday, March 03/28/17, 2017 at 13:02:20 +0530, henry wrote: >> Check return value of malloc >> >> Signed-off-by: henry Signed-off-by: Henry Cai > Acked-by: Rahul Lakkireddy Applied to dpdk-next-net/master, thanks.