From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 May 2017 08:28:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,293,1491289200"; d="scan'208";a="964869428" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.86]) ([163.33.228.86]) by orsmga003.jf.intel.com with ESMTP; 05 May 2017 08:28:39 -0700 To: "Mrozowicz, SlawomirX" References: <1493878976-118626-1-git-send-email-slawomirx.mrozowicz@intel.com> Cc: "dev@dpdk.org" From: Declan Doherty Message-ID: <999d71bd-57bf-8726-bbfc-cf09d12dd145@intel.com> Date: Fri, 5 May 2017 16:28:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1493878976-118626-1-git-send-email-slawomirx.mrozowicz@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal 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: Fri, 05 May 2017 15:28:42 -0000 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