For PDCP SDAP test cases, HW sec engine process the
jobs in WAIT mode.

Signed-off-by: Gagandeep Singh <g.si...@nxp.com>
---
 drivers/common/dpaax/caamflib/desc/sdap.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/common/dpaax/caamflib/desc/sdap.h 
b/drivers/common/dpaax/caamflib/desc/sdap.h
index f0e712093a..07a544295e 100644
--- a/drivers/common/dpaax/caamflib/desc/sdap.h
+++ b/drivers/common/dpaax/caamflib/desc/sdap.h
@@ -895,27 +895,27 @@ cnstr_shdsc_pdcp_sdap_u_plane(uint32_t *descbuf,
                        {
                                /* NULL */
                                SHR_WAIT,   /* NULL */
-                               SHR_ALWAYS, /* SNOW f9 */
-                               SHR_ALWAYS, /* AES CMAC */
-                               SHR_ALWAYS  /* ZUC-I */
+                               SHR_WAIT, /* SNOW f9 */
+                               SHR_WAIT, /* AES CMAC */
+                               SHR_WAIT  /* ZUC-I */
                        },
                        {
                                /* SNOW f8 */
-                               SHR_ALWAYS, /* NULL */
-                               SHR_ALWAYS, /* SNOW f9 */
+                               SHR_WAIT, /* NULL */
+                               SHR_WAIT, /* SNOW f9 */
                                SHR_WAIT,   /* AES CMAC */
                                SHR_WAIT    /* ZUC-I */
                        },
                        {
                                /* AES CTR */
-                               SHR_ALWAYS, /* NULL */
-                               SHR_ALWAYS, /* SNOW f9 */
-                               SHR_ALWAYS, /* AES CMAC */
+                               SHR_WAIT, /* NULL */
+                               SHR_WAIT, /* SNOW f9 */
+                               SHR_WAIT, /* AES CMAC */
                                SHR_WAIT    /* ZUC-I */
                        },
                        {
                                /* ZUC-E */
-                               SHR_ALWAYS, /* NULL */
+                               SHR_WAIT, /* NULL */
                                SHR_WAIT,   /* SNOW f9 */
                                SHR_WAIT,   /* AES CMAC */
                                SHR_WAIT    /* ZUC-I */
@@ -979,7 +979,7 @@ cnstr_shdsc_pdcp_sdap_u_plane(uint32_t *descbuf,
                SHR_HDR(p, desc_share[cipherdata->algtype][authdata->algtype],
                        0, 0);
        else
-               SHR_HDR(p, SHR_ALWAYS, 0, 0);
+               SHR_HDR(p, SHR_WAIT, 0, 0);
 
        /* Construct the PDB */
        pdb_type = cnstr_pdcp_u_plane_pdb(p, sn_size, hfn, bearer, direction,
-- 
2.25.1

Reply via email to