From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2F9A3236 for ; Mon, 6 Nov 2017 09:50:18 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 06 Nov 2017 00:50:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,351,1505804400"; d="scan'208";a="332553675" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 06 Nov 2017 00:50:16 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Mon, 6 Nov 2017 08:50:16 +0000 From: "Mcnamara, John" To: Thomas Monjalon , Santosh Shukla CC: "olivier.matz@6wind.com" , "Gonzalez Monroy, Sergio" , "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in release notes Thread-Index: AQHTVqDqiSwIiTmbVE+0ac3SP4IeB6MHCydA Date: Mon, 6 Nov 2017 08:50:15 +0000 Message-ID: References: <20170814151537.29454-1-santosh.shukla@caviumnetworks.com> <20171106014141.13266-1-thomas@monjalon.net> <20171106014141.13266-16-thomas@monjalon.net> In-Reply-To: <20171106014141.13266-16-thomas@monjalon.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTBjMjc1MjUtYTE5ZC00MTliLThhM2MtNjMwZmFkNGNhNzMyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InZSdlwvRDN0V3F4QU5nRXREM3VNRm93WWFObDZSOFpJa1BOOXUrblwvbGNnND0ifQ== dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in release notes 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: Mon, 06 Nov 2017 08:50:19 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, November 6, 2017 1:42 AM > To: Santosh Shukla > Cc: olivier.matz@6wind.com; Gonzalez Monroy, Sergio > ; Burakov, Anatoly > ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 15/15] doc: add IOVA aware API changes in > release notes >=20 > The wording changes have been done in the API without breaking the ABI. > The deprecated fields and symbols can be removed later when an another AB= I > change will be required. > The deprecation notice can be removed. >=20 > The release notes describe the new available API with IOVA wording. >=20 > Signed-off-by: Thomas Monjalon Acked-by: John McNamara