From patchwork Thu Nov 21 18:27:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 63209 X-Patchwork-Delegate: jerinj@marvell.com 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 70688A04C1; Thu, 21 Nov 2019 19:27:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 555232BC7; Thu, 21 Nov 2019 19:27:32 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 1F0FA2BBD for ; Thu, 21 Nov 2019 19:27:30 +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 xALIQUaj009451; Thu, 21 Nov 2019 10:27:30 -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-transfer-encoding : content-type; s=pfpt0818; bh=nGHtIPEkHhLIZdZxrv+Ffv2LX6uXj/roje+/HyHsoQs=; b=jPYmxJf6BJE/Ht5mNApajf5LRiIRfeXu4bvi0t+X2xAkvEEiVuGBXFFItE6Ks0gfTH3v DqSLDSPvjCA79NOlWRxbgy5pwh7IIh1K1i6376cwWY7EMgdY7dALxDlYZHAa2yNZ0xSw 5uEK+v+NJeuzrV8c4LWrWlCHrReykOck3qOtVz4Pmvc5mI0kDxOeVGCNCPfxkUMMIc8B 9JwI+7C/ALkT30zfPRywgHr7c5AA1m1/8L+JPNchfZmauYTQN7vUM+5bgKoyMQlqKCy4 2LEde566rDHfIb19W2YkW7QFV24kd/CXcIE6X1kHD7ymv1VHRF0IgISlqgz9X7P/mfYU 6w== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2wc842f2sm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 21 Nov 2019 10:27:30 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 21 Nov 2019 10:27:29 -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.1367.3 via Frontend Transport; Thu, 21 Nov 2019 10:27:29 -0800 Received: from BG-LT7430.marvell.com (unknown [10.28.17.72]) by maili.marvell.com (Postfix) with ESMTP id A2FBF3F7041; Thu, 21 Nov 2019 10:27:25 -0800 (PST) From: To: , Marko Kovacevic , Ori Kam , Bruce Richardson , "Radu Nicolau" , Akhil Goyal , "Tomasz Kantecki" , Sunil Kumar Kori , Pavan Nikhilesh , John McNamara CC: Date: Thu, 21 Nov 2019 23:57:16 +0530 Message-ID: <20191121182718.7851-2-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191121182718.7851-1-pbhagavatula@marvell.com> References: <20191121182718.7851-1-pbhagavatula@marvell.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,18.0.572 definitions=2019-11-21_05:2019-11-21,2019-11-21 signatures=0 Subject: [dpdk-dev] [PATCH 2/2] doc: fix incorrect command line arguments in l2fwd-event 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 incorrect command line argument documented for l2fwd-event. Bugzilla ID: 367 Bugzilla ID: 368 Fixes: 14d7ea259aeb ("doc: add application usage guide for l2fwd-event") Reported-by: Vipin Varghese Signed-off-by: Pavan Nikhilesh --- doc/guides/sample_app_ug/l2_forward_event.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/l2_forward_event.rst b/doc/guides/sample_app_ug/l2_forward_event.rst index 52a570b97..8c519c304 100644 --- a/doc/guides/sample_app_ug/l2_forward_event.rst +++ b/doc/guides/sample_app_ug/l2_forward_event.rst @@ -103,7 +103,7 @@ scheduler. Following is the sample command: .. code-block:: console - ./build/l2fwd-event -l 0-7 -s 0-3 -n 4 ---vdev event_sw0 --q 8 -p ffff --mode=eventdev --eventq-sched=ordered + ./build/l2fwd-event -l 0-7 -s 0-3 -n 4 --vdev event_sw0 -- -q 8 -p ffff --mode=eventdev --eventq-sched=ordered Explanation -----------