> -----Original Message-----
> From: Akhil Goyal <[email protected]>
> Sent: Monday, October 18, 2021 3:42 PM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; De Lara Guarch, Pablo
> <[email protected]>; Trahe, Fiona <[email protected]>;
> Doherty, Declan <[email protected]>; [email protected];
> [email protected]; Zhang, Roy Fan <[email protected]>;
> [email protected]; [email protected]; [email protected];
> Ananyev, Konstantin <[email protected]>; Nicolau, Radu
> <[email protected]>; [email protected];
> [email protected]; [email protected]; Power, Ciara
> <[email protected]>; Akhil Goyal <[email protected]>
> Subject: [PATCH v3 5/7] drivers/crypto: invoke probing finish function
> 
> Invoke event_dev_probing_finish() function at the end of probing,
> this function sets the function pointers in the fp_ops flat array
> in case of secondary process.
> For primary process, fp_ops is updated in rte_cryptodev_start().
> 
> Signed-off-by: Akhil Goyal <[email protected]>
> ---
>  drivers/crypto/armv8/rte_armv8_pmd.c        | 2 ++
>  drivers/crypto/bcmfs/bcmfs_sym_pmd.c        | 2 ++
>  drivers/crypto/caam_jr/caam_jr.c            | 2 ++
>  drivers/crypto/ccp/rte_ccp_pmd.c            | 2 ++
>  drivers/crypto/cnxk/cn10k_cryptodev.c       | 2 ++
>  drivers/crypto/cnxk/cn9k_cryptodev.c        | 2 ++
>  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 4 +++-
>  drivers/crypto/dpaa_sec/dpaa_sec.c          | 4 +++-
>  drivers/crypto/ipsec_mb/ipsec_mb_private.c  | 2 ++
>  drivers/crypto/mlx5/mlx5_crypto.c           | 3 +++
>  drivers/crypto/mvsam/rte_mrvl_pmd.c         | 2 ++
>  drivers/crypto/nitrox/nitrox_sym.c          | 3 +++
>  drivers/crypto/null/null_crypto_pmd.c       | 2 ++
>  drivers/crypto/octeontx/otx_cryptodev.c     | 4 +++-
>  drivers/crypto/octeontx2/otx2_cryptodev.c   | 2 ++
>  drivers/crypto/openssl/rte_openssl_pmd.c    | 2 ++
>  drivers/crypto/qat/qat_asym_pmd.c           | 3 +++
>  drivers/crypto/qat/qat_sym_pmd.c            | 2 ++
>  drivers/crypto/scheduler/scheduler_pmd.c    | 2 ++
>  drivers/crypto/virtio/virtio_cryptodev.c    | 2 ++
>  20 files changed, 46 insertions(+), 3 deletions(-)
Scheduler PMD needs to be updated to fix a problem.
Other than that - if addressed in V4,
Acked-by: Fan Zhang <[email protected]>

Reply via email to