From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5A2BD234 for ; Wed, 10 May 2017 16:05:24 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2017 07:05:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,319,1491289200"; d="scan'208";a="99771009" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga005.fm.intel.com with ESMTP; 10 May 2017 07:05:22 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 May 2017 15:05:21 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX156.ger.corp.intel.com ([169.254.3.246]) with mapi id 14.03.0319.002; Wed, 10 May 2017 15:05:21 +0100 From: "Richardson, Bruce" To: "Bie, Tiwei" , "dev@dpdk.org" Thread-Topic: [PATCH 0/2] Various fixes for contigmem Thread-Index: AQHSyKEd0Knf+DvPa0CbDaPyP+sSaaHtmXPg Date: Wed, 10 May 2017 14:05:19 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B066763FE9@IRSMSX103.ger.corp.intel.com> References: <20170509084707.29949-1-tiwei.bie@intel.com> In-Reply-To: <20170509084707.29949-1-tiwei.bie@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTQ0OThlM2EtMmNiZC00MDk1LWI2MzctOTRkNWRlZjMwNjAyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjU2Q0VMS1wvMTdqNVwva0YxbTZVZ2M1R1VLdklMNFN5UTRyS1MzQnQ3WHVSWT0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] Various fixes for contigmem X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 14:05:25 -0000 > -----Original Message----- > From: Bie, Tiwei > Sent: Tuesday, May 9, 2017 9:47 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH 0/2] Various fixes for contigmem >=20 > Tiwei Bie (2): > contigmem: free the allocated memory when error occurs > contigmem: don't zero the pages during each mmap >=20 > lib/librte_eal/bsdapp/contigmem/contigmem.c | 186 > ++++++++++++++++++++++++---- > 1 file changed, 161 insertions(+), 25 deletions(-) >=20 These look better solutions than the previous ones for multi-process. Acked-by: Bruce Richardson Given that this is not a new bug in this release, I don't think we should t= ake the risk of applying the patches this late in the 17.05 release cycle. = I therefore suggest that they be merged for 17.08 and once tested in that r= elease, backported to 17.05 stable. /Bruce