> -----Original Message----- > From: Artur Trybula <[email protected]> > Sent: Friday, March 6, 2020 19:17 > To: [email protected]; [email protected]; > [email protected]; Ruifeng Wang <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected] > Subject: [PATCH 1/3] drivers/crypto: remove unused element from device > operations > > This commit removes unused function pointer (queue_pair_count) from > rte_cryptodev_ops objects. Related functions removed as well. > > Signed-off-by: Artur Trybula <[email protected]> > --- > drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c | 8 -------- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 8 -------- > drivers/crypto/armv8/rte_armv8_pmd_ops.c | 8 -------- > drivers/crypto/caam_jr/caam_jr.c | 10 ---------- > drivers/crypto/ccp/ccp_pmd_ops.c | 7 ------- > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 10 ---------- > drivers/crypto/dpaa_sec/dpaa_sec.c | 10 ---------- > drivers/crypto/kasumi/rte_kasumi_pmd_ops.c | 8 -------- > drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 12 ------------ > drivers/crypto/null/null_crypto_pmd_ops.c | 8 -------- > drivers/crypto/octeontx/otx_cryptodev_ops.c | 1 - > drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 1 - > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 8 -------- > drivers/crypto/qat/qat_asym_pmd.c | 1 - > drivers/crypto/qat/qat_sym_pmd.c | 1 - > drivers/crypto/scheduler/scheduler_pmd_ops.c | 8 -------- > drivers/crypto/snow3g/rte_snow3g_pmd_ops.c | 8 -------- > drivers/crypto/virtio/virtio_cryptodev.c | 1 - > drivers/crypto/zuc/rte_zuc_pmd_ops.c | 8 -------- > 19 files changed, 126 deletions(-) >
Reviewed-by: Ruifeng Wang <[email protected]>

