[dpdk-dev] [PATCH] common/octeontx2: update ready message response
jerinj at marvell.com
jerinj at marvell.com
Sat Aug 3 20:42:19 CEST 2019
From: Jerin Jacob <jerinj at marvell.com>
The kernel mbox server driver(AF) updated the ready
message response. Sync with AF driver.
Signed-off-by: Jerin Jacob <jerinj at marvell.com>
---
drivers/common/octeontx2/otx2_mbox.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/common/octeontx2/otx2_mbox.h b/drivers/common/octeontx2/otx2_mbox.h
index b2c59c86e..9b58581f9 100644
--- a/drivers/common/octeontx2/otx2_mbox.h
+++ b/drivers/common/octeontx2/otx2_mbox.h
@@ -310,7 +310,8 @@ enum rvu_af_status {
struct ready_msg_rsp {
struct mbox_msghdr hdr;
- uint16_t __otx2_io sclk_feq; /* SCLK frequency */
+ uint16_t __otx2_io sclk_feq; /* SCLK frequency */
+ uint16_t __otx2_io rclk_freq; /* RCLK frequency */
};
/* Structure for requesting resource provisioning.
--
2.22.0
More information about the dev
mailing list