From patchwork Sat Aug 3 18:42:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerin Jacob Kollanukkaran X-Patchwork-Id: 57402 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D17811BEFE; Sat, 3 Aug 2019 20:42:38 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 4390B1BEFB for ; Sat, 3 Aug 2019 20:42:37 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x73Iga3E026483; Sat, 3 Aug 2019 11:42:36 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=hqDQdfYNc0zkIrXkJDN3kmrfr/aReqU+IDoDDyXEEPg=; b=rYRDKPATxtqHCdmrRSz6u8H2uZ9UDEfw3OmclGXu8mzFk961lXV5GtoD55k9bkvFqiyg AuTSg2uLUgmhX9gDY+x5ayvRlKCPsbJG68PPLibBg/bmO47FfZWck72Hl05VsZ8k9rmz K8w7W9OFLOlva9IvIRVM5FTOszM9yfyTstRS6q7DYkESDv40TVs27JvtMKXp2SDVapRu e+0ycUQSsK4h7X4HTfSpwGva+KH30iOjfRFjviR/PfW5PhCKHKe5oXxqszTx2Aj869ea 5nF6bMTCTeqzdfHmC/uIC3Lb5K7W+GMOFoPaaF0vfN+Pg/rjCgBhH9182BU8a/E3DMnx vw== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 2u57mqs5qh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sat, 03 Aug 2019 11:42:36 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sat, 3 Aug 2019 11:42:34 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Sat, 3 Aug 2019 11:42:34 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 111873F703F; Sat, 3 Aug 2019 11:42:32 -0700 (PDT) From: To: , Jerin Jacob , Nithin Dabilpuram , Vamsi Attunuru CC: Date: Sun, 4 Aug 2019 00:12:19 +0530 Message-ID: <20190803184219.41161-1-jerinj@marvell.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-08-03_10:2019-07-31,2019-08-03 signatures=0 Subject: [dpdk-dev] [PATCH] common/octeontx2: update ready message response X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Jerin Jacob The kernel mbox server driver(AF) updated the ready message response. Sync with AF driver. Signed-off-by: Jerin Jacob --- 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.