]> git.droids-corp.org - dpdk.git/commitdiff
common/octeontx2: update ready message response
authorJerin Jacob <jerinj@marvell.com>
Sat, 3 Aug 2019 18:42:19 +0000 (00:12 +0530)
committerJerin Jacob <jerinj@marvell.com>
Mon, 5 Aug 2019 16:11:51 +0000 (18:11 +0200)
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

index b2c59c86e1bcf832b28884326a1ce1a1ef841535..9b58581f9ed3a6c8ecd180e5195dc03f9726eb2b 100644 (file)
@@ -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.