git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55974c
)
common/octeontx2: update ready message response
author
Jerin Jacob
<jerinj@marvell.com>
Sat, 3 Aug 2019 18:42:19 +0000
(
00:12
+0530)
committer
Jerin 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
patch
|
blob
|
history
diff --git
a/drivers/common/octeontx2/otx2_mbox.h
b/drivers/common/octeontx2/otx2_mbox.h
index
b2c59c8
..
9b58581
100644
(file)
--- 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.