From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6DD083239 for ; Mon, 13 Jul 2015 17:54:29 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 13 Jul 2015 08:54:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,463,1432623600"; d="scan'208";a="728007583" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga001.jf.intel.com with ESMTP; 13 Jul 2015 08:54:27 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 13 Jul 2015 23:54:26 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Mon, 13 Jul 2015 23:54:25 +0800 From: "Zhang, Helin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v7 2/2] e1000: free queue memory in close functions Thread-Index: AQHQtZ337hxA3xQDQUC4321jOziglp3ZnQUA Date: Mon, 13 Jul 2015 15:54:25 +0000 Message-ID: References: <1435934307-4495-1-git-send-email-bernard.iremonger@intel.com> <1435934307-4495-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1435934307-4495-3-git-send-email-bernard.iremonger@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 Subject: Re: [dpdk-dev] [PATCH v7 2/2] e1000: free queue memory in close functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:54:29 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, July 3, 2015 7:38 AM > To: dev@dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Iremonger, Bernard > Subject: [PATCH v7 2/2] e1000: free queue memory in close functions >=20 > add new functions igb_dev_free_queues() and em_dev_free_queues() >=20 > Signed-off-by: Bernard Iremonger Acked-by: Helin Zhang