DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] common/octeontx2: update ready message response
@ 2019-08-03 18:42 jerinj
  2019-08-05 16:12 ` Jerin Jacob Kollanukkaran
  0 siblings, 1 reply; 2+ messages in thread
From: jerinj @ 2019-08-03 18:42 UTC (permalink / raw)
  To: dev, Jerin Jacob, Nithin Dabilpuram, Vamsi Attunuru; +Cc: thomas

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(-)

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] common/octeontx2: update ready message response
  2019-08-03 18:42 [dpdk-dev] [PATCH] common/octeontx2: update ready message response jerinj
@ 2019-08-05 16:12 ` Jerin Jacob Kollanukkaran
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-08-05 16:12 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran, dev, Nithin Kumar Dabilpuram,
	Vamsi Krishna Attunuru
  Cc: thomas


> -----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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-05 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-03 18:42 [dpdk-dev] [PATCH] common/octeontx2: update ready message response jerinj
2019-08-05 16:12 ` Jerin Jacob Kollanukkaran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).