From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 95EA1214A for ; Thu, 28 Apr 2016 21:06:00 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 28 Apr 2016 12:05:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,547,1455004800"; d="scan'208";a="794484863" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 28 Apr 2016 12:05:24 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 28 Apr 2016 12:05:24 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002; Fri, 29 Apr 2016 03:05:22 +0800 From: "Tan, Jianfeng" To: "dev@dpdk.org" CC: "Xie, Huawei" , "yuanhan.liu@linux.intel.com" Thread-Topic: [PATCH v2 0/2] virtio: fix memory leak of virtqueue memzones Thread-Index: AQHRoYC8+3IinJbG8UaW19mrtp/cOJ+fvqOQ Date: Thu, 28 Apr 2016 19:05:22 +0000 Message-ID: References: <1461673932-128879-1-git-send-email-jianfeng.tan@intel.com> <1461870241-83333-1-git-send-email-jianfeng.tan@intel.com> In-Reply-To: <1461870241-83333-1-git-send-email-jianfeng.tan@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 v2 0/2] virtio: fix memory leak of virtqueue memzones 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: Thu, 28 Apr 2016 19:06:01 -0000 Self NACK. Missed to reset vq->started. > -----Original Message----- > From: Tan, Jianfeng > Sent: Friday, April 29, 2016 3:04 AM > To: dev@dpdk.org > Cc: Xie, Huawei; yuanhan.liu@linux.intel.com; Tan, Jianfeng > Subject: [PATCH v2 0/2] virtio: fix memory leak of virtqueue memzones >=20 > Commit 1: Do some cleanup in virtio_dev_queue_setup(); > Commit 2: Fix the memory leak bug. >=20 > Signed-off-by: Jianfeng Tan >=20 > Jianfeng Tan (2): > virtio: cleanup virtio_dev_queue_setup() > virtio: fix memory leak of virtqueue memzones >=20 > drivers/net/virtio/virtio_ethdev.c | 66 +++++++++++++++++++++-----------= - > ----- > drivers/net/virtio/virtqueue.h | 2 ++ > 2 files changed, 39 insertions(+), 29 deletions(-) >=20 > -- > 2.1.4