From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7AFE0A034C; Tue, 22 Feb 2022 20:37:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3864641171; Tue, 22 Feb 2022 20:36:26 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id A8F1340DF4 for ; Tue, 22 Feb 2022 20:36:21 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 21MItpfj019940 for ; Tue, 22 Feb 2022 11:36:20 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0220; bh=/Nj95iVGkUrAw27rrEiKwhR62T2eG32GPnguokmCHLo=; b=Iyv2yfsoEoeclZDYV6cx8QiPx6AiKlzif6zwi0qTxMmtaKjLCTpM8f6K4E8zEg3z2cxf jrzuvKhphuyjvyHzpnVQBQqcxKaH1P+TUEd0NIV7W6fMlioibM6tVEKDVmGT/+Aed+w2 tVGoQH6wBDvzrFZQja8j0IeD1t8EObVFLf6LluMCyv9S00ZXFTL0xWQ6cs3K2fMKZnhp F7GcB+J8YQoX+IQwajJxWXgGWoqyxU2TA0JKPlwn52pQKQdqAts6tWYI4AYc2VKNt0Qa 4ROb5h9EkWudjf6oXa5HWfHJf1jJ5Q1PYPDkNSV+oGmEAzINBXejAmcqHWrp8ajeG+QR TA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3ecwaxar64-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 22 Feb 2022 11:36:20 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 22 Feb 2022 11:36:18 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 22 Feb 2022 11:36:18 -0800 Received: from hyd1588t430.marvell.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 590D43F7080; Tue, 22 Feb 2022 11:36:15 -0800 (PST) From: Nithin Dabilpuram To: , Nithin Dabilpuram , "Kiran Kumar K" , Sunil Kumar Kori , Satha Rao CC: Subject: [PATCH v2 21/21] doc: add table for environment variables used by cnxk Date: Wed, 23 Feb 2022 01:05:12 +0530 Message-ID: <20220222193512.19292-21-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20220222193512.19292-1-ndabilpuram@marvell.com> References: <20220207072932.22409-1-ndabilpuram@marvell.com> <20220222193512.19292-1-ndabilpuram@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-GUID: h6FWZp7ZkkFQ0grnH7nVBqsiC9N_osYu X-Proofpoint-ORIG-GUID: h6FWZp7ZkkFQ0grnH7nVBqsiC9N_osYu X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-02-22_06,2022-02-21_02,2021-12-02_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add table for environment variables used by cnxk drivers. Signed-off-by: Nithin Dabilpuram --- doc/guides/platform/cnxk.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst index 97e38c8..1cce2f9 100644 --- a/doc/guides/platform/cnxk.rst +++ b/doc/guides/platform/cnxk.rst @@ -606,3 +606,24 @@ CN10K: if Marvell toolchain is available then it can be used by overriding the c, cpp, ar, strip ``binaries`` attributes to respective Marvell toolchain binaries in ``config/arm/arm64_cn10k_linux_gcc`` file. + +Environment Variables +~~~~~~~~~~~~~~~~~~~~~ + +.. table:: cnxk environment variables + + +---+-----------------------------+-----------------------------------------+ + | # | Variable name | Usage | + +===+=============================+=========================================+ + | 1 | BPHY_INTR_MLOCK_DISABLE | When defined disables memory locking in | + | | | BPHY environment. | + +---+-----------------------------+-----------------------------------------+ + | 2 | ROC_CN10K_MBOX_TIMEOUT | When set, overrides MBOX timeout by | + | | ROC_MBOX_TIMEOUT | value in milli seconds. | + +---+-----------------------------+-----------------------------------------+ + | 3 | CN10K_ETH_SEC_IV_OVR | When set, overrides outbound inline SA | + | | | IV in CN10K. By default IV is generated | + | | | by HW. Format of variable is string | + | | | of comma separated one byte values as | + | | | for ex: "0x0, 0x10, 0x20, ..." | + +---+-----------------------------+-----------------------------------------+ -- 2.8.4