Update completion code to match v1.19 microcode release. Signed-off-by: Anoob Joseph <ano...@marvell.com> --- drivers/common/cnxk/roc_ie_ot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/common/cnxk/roc_ie_ot.h b/drivers/common/cnxk/roc_ie_ot.h index 5b61902..923656f 100644 --- a/drivers/common/cnxk/roc_ie_ot.h +++ b/drivers/common/cnxk/roc_ie_ot.h @@ -43,8 +43,8 @@ enum roc_ie_ot_ucc_ipsec { ROC_IE_OT_UCC_ERR_SA_ESP_BAD_KEYS = 0xc5, ROC_IE_OT_UCC_ERR_SA_AH_BAD_KEYS = 0xc6, ROC_IE_OT_UCC_ERR_SA_BAD_IP = 0xc7, - ROC_IE_OT_UCC_ERR_PKT_REPLAY_WINDOW = 0xc8, - ROC_IE_OT_UCC_ERR_PKT_IP_FRAG = 0xc9, + ROC_IE_OT_UCC_ERR_PKT_IP_FRAG = 0xc8, + ROC_IE_OT_UCC_ERR_PKT_REPLAY_WINDOW = 0xc9, ROC_IE_OT_UCC_SUCCESS_SA_SOFTEXP_FIRST = 0xf0, ROC_IE_OT_UCC_SUCCESS_PKT_IP_BADCSUM = 0xf1, ROC_IE_OT_UCC_SUCCESS_SA_SOFTEXP_AGAIN = 0xf2, -- 2.7.4