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 8085B4C57 for ; Tue, 24 Oct 2017 13:23:15 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 24 Oct 2017 04:23:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,427,1503385200"; d="scan'208";a="166378014" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 04:23:13 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0319.002; Tue, 24 Oct 2017 12:23:11 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH 3/3] cryptodev: break dependency on rte_pci.h Thread-Index: AQHTSeomZl08sE4n70mGU9BBhugXZKLy4CNQ Date: Tue, 24 Oct 2017 11:23:10 +0000 Message-ID: References: <20171020212113.4543-1-declan.doherty@intel.com> <20171020212113.4543-4-declan.doherty@intel.com> In-Reply-To: <20171020212113.4543-4-declan.doherty@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmIzNTUwN2QtNTgyYi00NGFiLTk0YWUtNzEyMzZhMDZjNzAxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik9aNE1jNURPaFkyXC8xenJLWHViM2FoOG5JUlZPMFR6R0hjZWUzUXRvdU9zPSJ9 x-ctpclassification: CTP_IC 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 3/3] cryptodev: break dependency on rte_pci.h 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: Tue, 24 Oct 2017 11:23:15 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, October 20, 2017 10:21 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 3/3] cryptodev: break dependency on rte_pci.h >=20 Check-git-log is complaining about this title because of the underscore. I would replace rte_pci.h with "PCI". ... > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 52058f5..753dce8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -74,6 +74,12 @@ Deprecation Notices > ``rte_cryptodev`` respectively to support security protocol offloaded > operations. >=20 > +* cryptodev: the following functions are deprecated and will be removed > +in > + 17.11: > + > + - ``rte_cryptodev_pci_generic_probe`` > + - ``rte_cryptodev_pci_generic_remove`` This document is for functions that are going to be changed/removed in future releases. You are removing the functions in this release, so it should be called out in release notes, under API changes, I think.