mbox series

[0/2] add dev start and dev stop ops in cnxk crypto PMD

Message ID 20210708114714.32623-1-adwivedi@marvell.com (mailing list archive)
Headers
Series add dev start and dev stop ops in cnxk crypto PMD |

Message

Ankur Dwivedi July 8, 2021, 11:47 a.m. UTC
  The dev start and dev stop ops are added in cnxk crypto PMD.
The instruction queues are enabled in dev start and disabled in
dev stop.

Ankur Dwivedi (2):
  common/cnxk: move instruction queue enable to roc API
  crypto/cnxk: add dev start and dev stop

 drivers/common/cnxk/roc_cpt.c            | 41 +++++++++++++++---------
 drivers/common/cnxk/roc_cpt.h            |  1 +
 drivers/common/cnxk/version.map          |  1 +
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 16 +++++++--
 4 files changed, 41 insertions(+), 18 deletions(-)
  

Comments

Akhil Goyal July 18, 2021, 7:45 a.m. UTC | #1
> The dev start and dev stop ops are added in cnxk crypto PMD.
> The instruction queues are enabled in dev start and disabled in
> dev stop.
> 
> Ankur Dwivedi (2):
>   common/cnxk: move instruction queue enable to roc API
>   crypto/cnxk: add dev start and dev stop
> 
>  drivers/common/cnxk/roc_cpt.c            | 41 +++++++++++++++---------
>  drivers/common/cnxk/roc_cpt.h            |  1 +
>  drivers/common/cnxk/version.map          |  1 +
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 16 +++++++--
>  4 files changed, 41 insertions(+), 18 deletions(-)
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto