Re: [dpdk-dev] [PATCH] eventdev: cryptodev start in crypto adapter spec

2021-09-06 Thread Jerin Jacob
On Fri, Sep 3, 2021 at 12:12 PM Akhil Goyal wrote: > > > Event crypto adapter spec does not mention about cryptodev start and > > stop. Cryptodev attached to the adapter should be started before calling > > crypto adapter start. Added the same in spec and test application. > > > > Signed-off-by: S

Re: [dpdk-dev] [PATCH] eventdev: cryptodev start in crypto adapter spec

2021-09-02 Thread Akhil Goyal
> Event crypto adapter spec does not mention about cryptodev start and > stop. Cryptodev attached to the adapter should be started before calling > crypto adapter start. Added the same in spec and test application. > > Signed-off-by: Shijith Thotton > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH] eventdev: cryptodev start in crypto adapter spec

2021-09-02 Thread Shijith Thotton
Event crypto adapter spec does not mention about cryptodev start and stop. Cryptodev attached to the adapter should be started before calling crypto adapter start. Added the same in spec and test application. Signed-off-by: Shijith Thotton --- app/test/test_event_crypto_adapter.c| 8