Re: [dpdk-dev] [PATCH 0/2] add dev start and dev stop ops in cnxk crypto PMD

2021-07-18 Thread Akhil Goyal
> 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_cp

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

2021-07-08 Thread Ankur Dwivedi
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| 4