common/octeontx2: update ready message response

Message ID 20190803184219.41161-1-jerinj@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers
Series common/octeontx2: update ready message response |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-Compile-Testing success Compile Testing PASS
ci/intel-Performance-Testing fail Performance Testing issues
ci/mellanox-Performance-Testing success Performance Testing PASS

Commit Message

Jerin Jacob Kollanukkaran Aug. 3, 2019, 6:42 p.m. UTC
  From: Jerin Jacob <jerinj@marvell.com>

The kernel mbox server driver(AF) updated the ready
message response. Sync with AF driver.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 drivers/common/octeontx2/otx2_mbox.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Jerin Jacob Kollanukkaran Aug. 5, 2019, 4:12 p.m. UTC | #1
> -----Original Message-----
> From: jerinj@marvell.com <jerinj@marvell.com>
> Sent: Sunday, August 4, 2019 12:12 AM
> To: dev@dpdk.org; Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Nithin
> Kumar Dabilpuram <ndabilpuram@marvell.com>; Vamsi Krishna Attunuru
> <vattunuru@marvell.com>
> Cc: thomas@monjalon.net
> Subject: [dpdk-dev] [PATCH] common/octeontx2: update ready message
> response
> 
> From: Jerin Jacob <jerinj@marvell.com>
> 
> The kernel mbox server driver(AF) updated the ready message response.
> Sync with AF driver.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>


Applied to dpdk-next-net-mrvl/master. Thanks
  

Patch

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.