From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DA34F376F for ; Thu, 30 Mar 2017 18:08:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490890104; x=1522426104; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=WEXga8lgn00rKmlzn34Il2JTCnAxKEt/iMrc78bRVEs=; b=TniiubbvJD9sLPoLlPcKE3X1jXtk5CXI8yaOuu1vOkeM/uwcXK5pRWUy m97XvafEIZevrf/VeANMJFty2AaHKQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 09:08:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="1128972252" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 30 Mar 2017 09:08:22 -0700 To: henry , rahul.lakkireddy@chelsio.com References: <1490686340-9340-1-git-send-email-caihe@huawei.com> Cc: dev@dpdk.org, nirranjan@chelsio.com, wangyunjian@huawei.com, zhoujingbin@huawei.com From: Ferruh Yigit Message-ID: <397d1e76-cd5a-68bf-327b-2087bcf60467@intel.com> Date: Thu, 30 Mar 2017 17:08:21 +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: <1490686340-9340-1-git-send-email-caihe@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Thu, 30 Mar 2017 16:08:25 -0000 On 3/28/2017 8:32 AM, henry wrote: > Check return value of malloc > > Signed-off-by: henry Hi henry, Full name is required for sign-off and author fields. Since patch already acked, if you can provide the information, I can update the patch while applying, not new version of the patch required. Required format is: Name Surname Thanks, ferruh