Re: [dpdk-dev] [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors

2020-07-07 Thread Akhil Goyal
> Series- > Acked-by: Hemant Agrawal > > -Original Message- > From: Akhil Goyal > Sent: Tuesday, July 7, 2020 12:05 AM > To: dev@dpdk.org; Hemant Agrawal > Cc: Akhil Goyal > Subject: [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors > > The maximum length of job descripto

Re: [dpdk-dev] [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors

2020-07-06 Thread Hemant Agrawal (OSS)
Series- Acked-by: Hemant Agrawal -Original Message- From: Akhil Goyal Sent: Tuesday, July 7, 2020 12:05 AM To: dev@dpdk.org; Hemant Agrawal Cc: Akhil Goyal Subject: [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors The maximum length of job descriptor which is formed is

[dpdk-dev] [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors

2020-07-06 Thread Akhil Goyal
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 --- drivers/common/dpaax/caamflib/desc.h| 2 +-