From 39f3b8126b4cfd5b1552403b8eb25a2a8f7ff46f Mon Sep 17 00:00:00 2001 From: Srujana Challa Date: Fri, 25 Jun 2021 11:06:34 +0530 Subject: [PATCH] common/cnxk: update Rx inline IPsec mailbox format Updates Rx inline IPSEC mailbox message format to sync with latest CPT PF driver. Signed-off-by: Srujana Challa Acked-by: Akhil Goyal --- drivers/common/cnxk/roc_mbox.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/common/cnxk/roc_mbox.h b/drivers/common/cnxk/roc_mbox.h index 9c529d7546..ea1138208d 100644 --- a/drivers/common/cnxk/roc_mbox.h +++ b/drivers/common/cnxk/roc_mbox.h @@ -1331,6 +1331,9 @@ struct cpt_rxc_time_cfg_req { struct cpt_rx_inline_lf_cfg_msg { struct mbox_msghdr hdr; uint16_t __io sso_pf_func; + uint16_t __io param1; + uint16_t __io param2; + uint16_t __io reserved; }; enum cpt_eng_type { -- 2.20.1