> > From: Kiran Kumar K <kirankum...@marvell.com> > > > > While creating RSA session, private key length is not being calculated > > properly. This is causing bus error on RSA verify. > > This patch fix the issue with length calculation. > > > > Fixes: 5a3513caeb455 ("crypto/cnxk: add asymmetric session") > > > > Signed-off-by: Kiran Kumar K <kirankum...@marvell.com> > > --- > > drivers/crypto/cnxk/cnxk_ae.h | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Acked-by: Anoob Joseph <ano...@marvell.com> Cc:sta...@dpdk.org
Applied to dpdk-next-crypto Thanks.