From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] doc: announce public crypto PMD names removal Date: Fri, 5 May 2017 16:28:38 +0100 Message-ID: <999d71bd-57bf-8726-bbfc-cf09d12dd145@intel.com> References: <1493878976-118626-1-git-send-email-slawomirx.mrozowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Mrozowicz, SlawomirX" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BC7D34CC5 for ; Fri, 5 May 2017 17:28:41 +0200 (CEST) In-Reply-To: <1493878976-118626-1-git-send-email-slawomirx.mrozowicz@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04/05/2017 7:22 AM, Mrozowicz, SlawomirX wrote: > The following PMD names definitions will be moved to the individual PMDs > to remove the coupling between crypto PMDs and the librte_cryptodev: > CRYPTODEV_NAME_NULL_PMD > CRYPTODEV_NAME_AESNI_MB_PMD > CRYPTODEV_NAME_AESNI_GCM_PMD > CRYPTODEV_NAME_OPENSSL_PMD > CRYPTODEV_NAME_QAT_SYM_PMD > CRYPTODEV_NAME_SNOW3G_PMD > CRYPTODEV_NAME_KASUMI_PMD > CRYPTODEV_NAME_ZUC_PMD > CRYPTODEV_NAME_ARMV8_PMD > CRYPTODEV_NAME_SCHEDULER_PMD > CRYPTODEV_NAME_DPAA2_SEC_PMD > > Signed-off-by: Slawomir Mrozowicz > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index a3e7c72..7dde7da 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -81,3 +81,6 @@ Deprecation Notices > > - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get`` > - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set`` > + > +* cryptodev: All PMD names definitions will be moved to the individual PMDs > + in 17.08. > \ No newline at end of file > Acked-by: Declan Doherty