From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 062DD1DB1 for ; Wed, 5 Apr 2017 13:23:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491391434; x=1522927434; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=k0ZCFJSgw1BTWSwpya7BERD7+L+4RbFtp618VFfYID8=; b=L0pj/ZDl+zimlV0CzcbhBRCVt6TnNH3exxTPgZH1KZDk6OujmLfE9UYz /8A4q3PqJjj9b0xFLw4UhzrmCDsLHQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 04:23:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,278,1486454400"; d="scan'208";a="1131308830" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 05 Apr 2017 04:23:50 -0700 To: henry , rahul.lakkireddy@chelsio.com References: <1490686340-9340-1-git-send-email-caihe@huawei.com> <397d1e76-cd5a-68bf-327b-2087bcf60467@intel.com> Cc: dev@dpdk.org, nirranjan@chelsio.com, wangyunjian@huawei.com, zhoujingbin@huawei.com From: Ferruh Yigit Message-ID: Date: Wed, 5 Apr 2017 12:23:49 +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: <397d1e76-cd5a-68bf-327b-2087bcf60467@intel.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: Wed, 05 Apr 2017 11:23:54 -0000 On 3/30/2017 5:08 PM, Ferruh Yigit wrote: > 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 "Henry Cai " will be used for author and signed-off fields, based on information provided by author. > > Thanks, > ferruh