From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] i40e: fix the issue of not freeing memzone Date: Wed, 11 Nov 2015 19:10:18 +0100 Message-ID: <1568102.jc9S6AoQVb@xps13> References: <1447032022-7805-1-git-send-email-helin.zhang@intel.com> <1447219714-31459-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-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 3D6028E6E for ; Wed, 11 Nov 2015 19:11:30 +0100 (CET) Received: by wmec201 with SMTP id c201so193886941wme.0 for ; Wed, 11 Nov 2015 10:11:30 -0800 (PST) In-Reply-To: <1447219714-31459-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-11 13:28, Helin Zhang: > This fixes the issue of not freeing memzone in a call to free the > memory for adminq DMA. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Helin Zhang Applied, thanks