From patchwork Fri Feb 7 05:33:55 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: 65654 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 BE2C8A0541; Fri, 7 Feb 2020 06:34:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11ACF1C07B; Fri, 7 Feb 2020 06:34:06 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id CF2D31C06A for ; Fri, 7 Feb 2020 06:34:04 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0175UVsg027908; Thu, 6 Feb 2020 21:34:04 -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=BKnFNy3966zKJi7ygW2zi+AwaPYkW/+uYjpAOtb+V8c=; b=I8Js3nhX809heTUxyxIrYAF5VZK2v5JpX+a/bUMqZNediIDxhhgOI4pn65XdeMJNJObS gLzdN4wnGdjqQRXGIT7brBEVW3/GUY2dk/YmouUsii7q6jzY+PJGC7O93tuUmAWvZX1k shZr8gwu+9AVPq4XgTDGcKPSimnLr8F0HUXZE5RPWonV0E06mW6rVLUStq3rtaFTd482 6QOpfOMd3qBP8cd8okFUM9/BCiK693qXB4nL+ceJLq6PFMAEkeZGwyAWjQpfOVYOa/h1 RtJjGdwy4pfSCF7m61YFGkWIviDFVfKzxGuj36O1aphVby1mNDu4YXu9KQRnWXRff41M MA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2xyhn1b2s0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 06 Feb 2020 21:34:04 -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.1497.2; Thu, 6 Feb 2020 21:34:01 -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; Thu, 6 Feb 2020 21:34:01 -0800 Received: from localhost.localdomain (unknown [10.28.17.45]) by maili.marvell.com (Postfix) with ESMTP id D51703F7040; Thu, 6 Feb 2020 21:33:57 -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: Fri, 7 Feb 2020 11:03:55 +0530 Message-ID: <20200207053356.265-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-06_04:2020-02-06, 2020-02-06 signatures=0 Subject: [dpdk-dev] [PATCH] doc: fix service core mask used in l3fwd example 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 Service core mask should be a hexadecimal value rather than a range of lcores. Bugzilla ID: 392 Fixes: 55499896d91a ("doc: add event mode to l3fwd guide") Signed-off-by: Pavan Nikhilesh --- doc/guides/sample_app_ug/l3_forward.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/l3_forward.rst b/doc/guides/sample_app_ug/l3_forward.rst index 153e46893..07c8d4493 100644 --- a/doc/guides/sample_app_ug/l3_forward.rst +++ b/doc/guides/sample_app_ug/l3_forward.rst @@ -166,7 +166,7 @@ scheduler. Following is the sample command: .. code-block:: console - ./build/l3fwd -l 0-7 -s 0-3 -n 4 --vdev event_sw0 -- -p 0x3 --mode=eventdev --eventq-sched=ordered + ./build/l3fwd -l 0-7 -s 0xf0000 -n 4 --vdev event_sw0 -- -p 0x3 --mode=eventdev --eventq-sched=ordered In case of eventdev mode, *--config* option is not used for ethernet port configuration. Instead each ethernet port will be configured with mentioned