Re: [dpdk-dev] [PATCH] cryptodev: fix pmd allocation on multi-process

2019-10-03 Thread Akhil Goyal
> > > > Primary process is responsible to initialize the data struct of each > > crypto devices. > > > > Secondary process should not override this data during the > > initialization. > > > > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto > > devices") > > Cc: sta...@d

Re: [dpdk-dev] [PATCH] cryptodev: fix pmd allocation on multi-process

2019-09-19 Thread Akhil Goyal
> Primary process is responsible to initialize the data struct of each > crypto devices. > > Secondary process should not override this data during the > initialization. > > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto > devices") > Cc: sta...@dpdk.org > > Signed-off

[dpdk-dev] [PATCH] cryptodev: fix pmd allocation on multi-process

2019-08-07 Thread Julien Meunier
Primary process is responsible to initialize the data struct of each crypto devices. Secondary process should not override this data during the initialization. Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto devices") Cc: sta...@dpdk.org Signed-off-by: Julien Meunier --