From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] i40e: fix the issue of not freeing memzone Date: Fri, 06 Nov 2015 11:19:30 +0100 Message-ID: <7289621.LWGkFxvtQ5@xps13> References: <1446780365-1271-1-git-send-email-helin.zhang@intel.com> <1446796625-1396-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D2E885A64 for ; Fri, 6 Nov 2015 11:20:42 +0100 (CET) Received: by wmec201 with SMTP id c201so13500452wme.1 for ; Fri, 06 Nov 2015 02:20:42 -0800 (PST) In-Reply-To: <1446796625-1396-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-06 15:57, Helin Zhang: > This fixes the issue of not freeing memzone in a call to free the > memory for adminq DMA. > > Signed-off-by: Helin Zhang Please could you add a "Fixes:" line? Thanks