From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 00806378E for ; Thu, 10 Mar 2016 17:23:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Mar 2016 08:23:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="933958182" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga002.fm.intel.com with ESMTP; 10 Mar 2016 08:23:24 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 10 Mar 2016 16:23:23 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.239]) by irsmsx111.ger.corp.intel.com ([169.254.2.127]) with mapi id 14.03.0248.002; Thu, 10 Mar 2016 16:23:23 +0000 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice Thread-Index: AQHResPq4McBp6uMY02uTennIsmZr59S3Lcg Date: Thu, 10 Mar 2016 16:23:23 +0000 Message-ID: References: <1457610940-119284-1-git-send-email-david.hunt@intel.com> In-Reply-To: <1457610940-119284-1-git-send-email-david.hunt@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDllNTA4YjYtNjZiNC00OGUyLWJmY2ItMzFmNmNlM2FkNDI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJtK2ljWFVuRFlPVlZndVUwY0o3N0RiNW5vQ0NWZDJSajJnZ2V5V1N6cnJFPSJ9 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] doc: add mempool mgr ABI deprication notice 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, 10 Mar 2016 16:23:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Thursday, March 10, 2016 11:56 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add mempool mgr ABI deprication notice >=20 > Announce the ABI breakage due to addition of external mempool manager > functionality which requires changes to rte_mempool structure. >=20 > Signed-off-by: David Hunt Acked-by: John McNamara