Re: [dpdk-dev] [PATCH 10/10] crypto/dpaa_sec: code reorg for better session mgmt

2019-10-13 Thread Hemant Agrawal
Hi Aaron, Thanks! I will fix these comments. Regards, Hemant > -Original Message- > From: Aaron Conole > Sent: Saturday, October 12, 2019 12:34 AM > To: Hemant Agrawal > Cc: dev@dpdk.org; Akhil Goyal > Subject: Re: [dpdk-dev] [PATCH 10/10] crypto/dpaa_s

Re: [dpdk-dev] [PATCH 10/10] crypto/dpaa_sec: code reorg for better session mgmt

2019-10-11 Thread Aaron Conole
Hemant Agrawal writes: > The session related parameters shall be populated during > the session create only. > At the runtime on first packet, the CDB should just reference > the session data instead of re-interpreting data again. > > Signed-off-by: Hemant Agrawal > --- As a part of this patch,

[dpdk-dev] [PATCH 10/10] crypto/dpaa_sec: code reorg for better session mgmt

2019-10-11 Thread Hemant Agrawal
The session related parameters shall be populated during the session create only. At the runtime on first packet, the CDB should just reference the session data instead of re-interpreting data again. Signed-off-by: Hemant Agrawal --- drivers/crypto/dpaa_sec/dpaa_sec.c | 612 -