Re: [dpdk-dev] [PATCH 2/3] cryptodev: remove unused element from device operations

2020-03-10 Thread Trahe, Fiona
> -Original Message- > From: Trybula, ArturX > Sent: Friday, March 6, 2020 11:17 AM > To: dev@dpdk.org; De Lara Guarch, Pablo ; > Doherty, Declan > ; ruifeng.w...@arm.com; g.si...@nxp.com; > ravi1.ku...@amd.com; > akhil.go...@nxp.com; t...@semihalf.com; ano...@marvell.com; Trahe, Fion

Re: [dpdk-dev] [PATCH 2/3] cryptodev: remove unused element from device operations

2020-03-08 Thread Ruifeng Wang
> -Original Message- > From: Artur Trybula > Sent: Friday, March 6, 2020 19:17 > To: dev@dpdk.org; pablo.de.lara.gua...@intel.com; > declan.dohe...@intel.com; Ruifeng Wang ; > g.si...@nxp.com; ravi1.ku...@amd.com; akhil.go...@nxp.com; > t...@semihalf.com; ano...@marvell.com; fiona.tr...@

[dpdk-dev] [PATCH 2/3] cryptodev: remove unused element from device operations

2020-03-06 Thread Artur Trybula
This commit removes unused function pointer (queue_pair_count) from struct rte_cryptodev_ops. Signed-off-by: Artur Trybula --- lib/librte_cryptodev/rte_cryptodev_pmd.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/lib/librte_cryptodev/rte_cryptodev_pmd.h b/lib/librte_cryptodev