[v3,06/29] common/cnxk: update completion code

Message ID 1639732811-1440-7-git-send-email-anoobj@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series New features and improvements in cnxk crypto PMD |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Anoob Joseph Dec. 17, 2021, 9:19 a.m. UTC
  Update completion code to match v1.19 microcode release.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
---
 drivers/common/cnxk/roc_ie_ot.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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,