> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, October 20, 2017 10:21 PM > To: dev@dpdk.org > Cc: Doherty, Declan <declan.dohe...@intel.com> > Subject: [dpdk-dev] [PATCH 3/3] cryptodev: break dependency on rte_pci.h >
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. > > +* 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.