> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Wednesday, April 05, 2017 7:26 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH] crypto/scheduler: add mode set get API > > > > > -----Original Message----- > > From: Zhang, Roy Fan > > Sent: Wednesday, April 05, 2017 5:03 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo; Doherty, Declan > > Subject: [PATCH] crypto/scheduler: add mode set get API > > > > This patch adds two APIs, "rte_cryptodev_scheduler_mode_set" and > > "rte_cryptodev_scheduler_mode_get", to crypto scheduler PMD. These > > two API provides same functionalities as > > "rte_crpytodev_scheduler_mode_get" > > and "rte_crpytodev_scheduler_mode_set" and they are proposed to > > deprecated > > in 17.08. > > > > Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto with the following commit message change: crypto/scheduler: deprecate get/set mode functions This patch deprecates the following functions in 17.05, which will be removed in 17.08. - rte_crpytodev_scheduler_mode_get() - rte_crpytodev_scheduler_mode_set() These two new functions replace them, fixing the typo in their names. - rte_cryptodev_scheduler_mode_get() - rte_cryptodev_scheduler_mode_set() Thanks, Pablo