From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jing.d.chen@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 921F5C54A
 for <dev@dpdk.org>; Thu, 18 Jun 2015 09:36:27 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP; 18 Jun 2015 00:36:26 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,638,1427785200"; d="scan'208";a="590082776"
Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78])
 by orsmga003.jf.intel.com with ESMTP; 18 Jun 2015 00:36:25 -0700
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Thu, 18 Jun 2015 15:32:22 +0800
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002;
 Thu, 18 Jun 2015 15:32:21 +0800
From: "Chen, Jing D" <jing.d.chen@intel.com>
To: "Qiu, Michael" <michael.qiu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH 1/2 v2] fm10k: Free queues when close port
Thread-Index: AQHQqNOTx7Mi5VtBoEuzMAG9zbsUWp2x3ymA
Date: Thu, 18 Jun 2015 07:32:21 +0000
Message-ID: <4341B239C0EFF9468EE453F9E9F4604D0170D9DC@shsmsx102.ccr.corp.intel.com>
References: <1433938895-16331-2-git-send-email-michael.qiu@intel.com>
 <1434527947-15268-1-git-send-email-michael.qiu@intel.com>
In-Reply-To: <1434527947-15268-1-git-send-email-michael.qiu@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "He, Shaopeng" <shaopeng.he@intel.com>
Subject: Re: [dpdk-dev] [PATCH 1/2 v2] fm10k: Free queues when close port
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Jun 2015 07:36:28 -0000


> -----Original Message-----
> From: Qiu, Michael
> Sent: Wednesday, June 17, 2015 3:59 PM
> To: dev@dpdk.org
> Cc: Chen, Jing D; Iremonger, Bernard; He, Shaopeng; Qiu, Michael
> Subject: [PATCH 1/2 v2] fm10k: Free queues when close port
>=20
> When close a port, lots of memory should be released,
> such as software rings, queues, etc.
>=20
> Signed-off-by: Michael Qiu <michael.qiu@intel.com>

Acked-by : Jing Chen <jing.d.chen@intel.com>