From patchwork Wed Feb 19 06:55:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 65889 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D027A0555; Wed, 19 Feb 2020 07:55:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ABD4B1B951; Wed, 19 Feb 2020 07:55:18 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 3021A1B13C; Wed, 19 Feb 2020 07:55:17 +0100 (CET) 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 01J6oa0o007781; Tue, 18 Feb 2020 22:55:16 -0800 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=MmpsPEiopWepX8ZD3DtBl+HQ7pADLEeNzSALOfAeO+o=; b=Q3AqTkSsg4LZ4ZzbI0BKQmLgbzbcRUQikOATPR/+hOjNHriLx2ltfhpmqt79ui3/D32g MGM5kU2dJNk8vhaymEUJNd4IG4AddpabWSg3Netdek9JSFeiGC/aBy2Taf/zoE3drfFR uJgWNuORnIbD6KN3txLjlxwz1JUeCunqEcvU8wg0vig45F+CA2AnXVxn+Cv0+Sq7MJtq plOuYrz0YWi6Rhl36ZqVU6rEKbCQ0CA7xZiaVnnBLjuX8TLbfcUikHLAl704t+LAYoWM XHkfBgpvWTaUmXU32PS0xNzQmencP4oVIdVW0tbMnvf9+GPzH7aMa5XYlvN7+BZWiJ00 ew== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2y8ubh90gd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 18 Feb 2020 22:55:16 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 18 Feb 2020 22:55:14 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 18 Feb 2020 22:55:14 -0800 Received: from BG-LT7430.marvell.com (unknown [10.28.17.37]) by maili.marvell.com (Postfix) with ESMTP id 011B63F7040; Tue, 18 Feb 2020 22:55:12 -0800 (PST) From: To: , Pavan Nikhilesh , "John McNamara" , Marko Kovacevic CC: , Date: Wed, 19 Feb 2020 12:25:11 +0530 Message-ID: <20200219065511.3877-1-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.572 definitions=2020-02-19_01:2020-02-18, 2020-02-19 signatures=0 Subject: [dpdk-dev] [PATCH] doc: fix octeontx2 eventdev devargs 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: Pavan Nikhilesh Fix OCTEON TX2 event device devargs examples. Fixes: 55e778ca4648 ("event/octeontx2: add devargs for inflight buffer count") Cc: stable@dpdk.org Signed-off-by: Pavan Nikhilesh Reviewed-by: Jerin Jacob --- doc/guides/eventdevs/octeontx2.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guides/eventdevs/octeontx2.rst b/doc/guides/eventdevs/octeontx2.rst index fad84cf42..d4b2515ce 100644 --- a/doc/guides/eventdevs/octeontx2.rst +++ b/doc/guides/eventdevs/octeontx2.rst @@ -66,7 +66,7 @@ Runtime Config Options upper limit for in-flight events. For example:: - --dev "0002:0e:00.0,xae_cnt=16384" + -w 0002:0e:00.0,xae_cnt=16384 - ``Force legacy mode`` @@ -74,7 +74,7 @@ Runtime Config Options single workslot mode in SSO and disable the default dual workslot mode. For example:: - --dev "0002:0e:00.0,single_ws=1" + -w 0002:0e:00.0,single_ws=1 - ``Event Group QoS support`` @@ -89,7 +89,7 @@ Runtime Config Options default. For example:: - --dev "0002:0e:00.0,qos=[1-50-50-50]" + -w 0002:0e:00.0,qos=[1-50-50-50] - ``Selftest`` @@ -98,7 +98,7 @@ Runtime Config Options The tests are run once the vdev creation is successfully complete. For example:: - --dev "0002:0e:00.0,selftest=1" + -w 0002:0e:00.0,selftest=1 - ``TIM disable NPA`` @@ -107,7 +107,7 @@ Runtime Config Options parameter disables NPA and uses software mempool to manage chunks For example:: - --dev "0002:0e:00.0,tim_disable_npa=1" + -w 0002:0e:00.0,tim_disable_npa=1 - ``TIM modify chunk slots`` @@ -118,7 +118,7 @@ Runtime Config Options to SSO. The default value is 255 and the max value is 4095. For example:: - --dev "0002:0e:00.0,tim_chnk_slots=1023" + -w 0002:0e:00.0,tim_chnk_slots=1023 - ``TIM enable arm/cancel statistics`` @@ -126,7 +126,7 @@ Runtime Config Options event timer adapter. For example:: - --dev "0002:0e:00.0,tim_stats_ena=1" + -w 0002:0e:00.0,tim_stats_ena=1 - ``TIM limit max rings reserved`` @@ -136,7 +136,7 @@ Runtime Config Options rings. For example:: - --dev "0002:0e:00.0,tim_rings_lmt=5" + -w 0002:0e:00.0,tim_rings_lmt=5 - ``TIM ring control internal parameters`` @@ -146,7 +146,7 @@ Runtime Config Options default values. For Example:: - --dev "0002:0e:00.0,tim_ring_ctl=[2-1023-1-0]" + -w 0002:0e:00.0,tim_ring_ctl=[2-1023-1-0] Debugging Options ~~~~~~~~~~~~~~~~~