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 593901B51F for ; Thu, 13 Dec 2018 15:32:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 06:32:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,349,1539673200"; d="scan'208";a="301898471" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.93]) ([10.237.220.93]) by fmsmga006.fm.intel.com with ESMTP; 13 Dec 2018 06:32:07 -0800 To: AndyPei , dev@dpdk.org References: <1544725998-70149-1-git-send-email-andy.pei@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Thu, 13 Dec 2018 14:32:06 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <1544725998-70149-1-git-send-email-andy.pei@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] Fix a memnory leak bug due to malloc unproperly. 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, 13 Dec 2018 14:32:11 -0000 Hi Andy, The patch headline should say what the fix is for, e.g. raw/ifpga: fix this or that. If this is fixing a bug, a Fixes: tag should also be present, indicating the original commit that introduced the issue. If this issue is present in earlier releases, a Cc: stable@dpdk.org should also be added, to ensure that older releases get this bugfix. For more information, please refer to DPDK contribution guidelines: https://doc.dpdk.org/guides/contributing/patches.html On 13-Dec-18 6:33 PM, AndyPei wrote: > Signed-off-by: AndyPei > --- -- Thanks, Anatoly