> The init function was calling the dpseci_open > while dpseci_close was called by the open function. > This is a mismatch un-init shall clean the init configurations and > close shall clear the configure function settings. > > This was causing issue with recent changes in test framework, where > the close was being called and causing DPAA2 SEC to fail in configure > > Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations") > Cc: sta...@dpdk.org > > Signed-off-by: Gagandeep Singh <g.si...@nxp.com> > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > --- Applied to dpdk-next-crypto
Thanks.