Re: [dpdk-dev] [PATCH 3/4] common/dpaax/caamflib: fix 12 bit NULL auth case

2020-07-07 Thread Akhil Goyal
Updated patch description In cases of NULL auth in PDCP, the desciptors should be based on ALGORITHM command instead of PROTOCOL command. It was done in case of encap, but was missing in decap. Fixes: 526cdf60f1e5 ("crypto/dpaa2_sec: update desc for PDCP 18-bit enc-auth")

[dpdk-dev] [PATCH 3/4] common/dpaax/caamflib: fix 12 bit NULL auth case

2020-07-06 Thread Akhil Goyal
Signed-off-by: Akhil Goyal --- drivers/common/dpaax/caamflib/desc/pdcp.h | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/common/dpaax/caamflib/desc/pdcp.h b/drivers/common/dpaax/caamflib/desc/pdcp.h index 99eb0f71a..476115323 100644 --- a/drivers/common/dp