From: Anoob Joseph <ano...@marvell.com> Rearrange fields to remove hole.
Signed-off-by: Anoob Joseph <ano...@marvell.com> --- drivers/common/cnxk/roc_se.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/common/cnxk/roc_se.h b/drivers/common/cnxk/roc_se.h index 50741a0b81..ede8d69c0e 100644 --- a/drivers/common/cnxk/roc_se.h +++ b/drivers/common/cnxk/roc_se.h @@ -331,6 +331,7 @@ struct roc_se_ctx { /* auth_iv_offset passed to PDCP_CHAIN opcode based on FVC bit */ uint8_t pdcp_iv_offset; union cpt_inst_w4 template_w4; + uint8_t *auth_key; /* Below fields are accessed by hardware */ struct se_ctx_s { /* Word0 */ @@ -355,7 +356,6 @@ struct roc_se_ctx { struct roc_se_sm_context sm_ctx; }; } se_ctx __plt_aligned(ROC_ALIGN); - uint8_t *auth_key; } __plt_aligned(ROC_ALIGN); struct roc_se_fc_params { -- 2.25.1