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 A1D79559C for ; Thu, 28 Apr 2016 21:08:12 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 28 Apr 2016 12:08:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,547,1455004800"; d="scan'208";a="968633688" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 28 Apr 2016 12:08:12 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 28 Apr 2016 12:08:11 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 28 Apr 2016 12:08:11 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by shsmsx102.ccr.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0248.002; Fri, 29 Apr 2016 03:08:09 +0800 From: "Tan, Jianfeng" To: "Tan, Jianfeng" , "dev@dpdk.org" CC: "Xie, Huawei" , "yuanhan.liu@linux.intel.com" Thread-Topic: [dpdk-dev] [PATCH v2 0/2] virtio: fix memory leak of virtqueue memzones Thread-Index: AQHRoYER/HWyaO4n202e3H/OnYCW0p+fv0vw Date: Thu, 28 Apr 2016 19:08:09 +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: 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:08:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tan, Jianfeng > Sent: Friday, April 29, 2016 3:05 AM > To: dev@dpdk.org > Cc: Xie, Huawei; yuanhan.liu@linux.intel.com > Subject: Re: [dpdk-dev] [PATCH v2 0/2] virtio: fix memory leak of virtque= ue > memzones >=20 > Self NACK. >=20 > Missed to reset vq->started. Given a second thought, no need to do that. Please go with this version. Thanks, Jianfeng >=20 > > -----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 > > > > Commit 1: Do some cleanup in virtio_dev_queue_setup(); > > Commit 2: Fix the memory leak bug. > > > > Signed-off-by: Jianfeng Tan > > > > Jianfeng Tan (2): > > virtio: cleanup virtio_dev_queue_setup() > > virtio: fix memory leak of virtqueue memzones > > > > drivers/net/virtio/virtio_ethdev.c | 66 +++++++++++++++++++++---------= - > -- > > ----- > > drivers/net/virtio/virtqueue.h | 2 ++ > > 2 files changed, 39 insertions(+), 29 deletions(-) > > > > -- > > 2.1.4