From: Jerin Jacob Date: Sat, 3 Aug 2019 18:42:19 +0000 (+0530) Subject: common/octeontx2: update ready message response X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=01b3da69ef06fddc84c19fad3cba0f9c80dbcc46;p=dpdk.git common/octeontx2: update ready message response The kernel mbox server driver(AF) updated the ready message response. Sync with AF driver. Signed-off-by: Jerin Jacob --- diff --git a/drivers/common/octeontx2/otx2_mbox.h b/drivers/common/octeontx2/otx2_mbox.h index b2c59c86e1..9b58581f9e 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.