> Series- > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com> > > -----Original Message----- > From: Akhil Goyal <akhil.go...@nxp.com> > Sent: Tuesday, July 7, 2020 12:05 AM > To: dev@dpdk.org; Hemant Agrawal <hemant.agra...@nxp.com> > Cc: Akhil Goyal <akhil.go...@nxp.com> > Subject: [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors > > The maximum length of job descriptor which is formed is 13 words and hence > rta_inline_query should take care of the max descriptor(shared + job) lengths > and thus find out of the key can be referenced or immediate. > > Signed-off-by: Akhil Goyal <akhil.go...@nxp.com> > ---
Added Fixes in commit logs. Fixes: 05b12700cd4c ("crypto/dpaa_sec: support null algos for protocol offload") Fixes: 13273250eec5 ("crypto/dpaa2_sec: support AES-GCM and CTR") Cc: sta...@dpdk.org Applied to dpdk-next-crypto