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 1B13743829 for ; Tue, 5 Mar 2024 16:36:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 16425415D7; Tue, 5 Mar 2024 16:36:02 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 43D62410D3 for ; Tue, 5 Mar 2024 16:36:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709652959; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=El8r1z9roG7ovDRUw0/NcbXuG1a9cmR42TobROfNhc4=; b=iOTgblLgMauCPH2yPWO+7Hbv1POf6bkzaLTqWcGYzpU9groENz2zAGys5DdK4TZnh+YXvN XSot3DShJZtKTrLxqQZy0deWuEsA0mPdfVhEYnV1XZqf2a/5yQns/dUWQ2ga9KHIDoqbAy LjtHspotOfbfZFzuOv/UzeuPY9pPLNw= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-70-zjuhJujTNhiAQrZwumGV3A-1; Tue, 05 Mar 2024 10:35:46 -0500 X-MC-Unique: zjuhJujTNhiAQrZwumGV3A-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9710A3C0252C; Tue, 5 Mar 2024 15:35:46 +0000 (UTC) Received: from rh.redhat.com (unknown [10.39.194.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id A5207200AFA5; Tue, 5 Mar 2024 15:35:45 +0000 (UTC) From: Kevin Traynor To: Pavan Nikhilesh Cc: dpdk stable Subject: patch 'doc: fix commands in eventdev test tool guide' has been queued to stable release 21.11.7 Date: Tue, 5 Mar 2024 15:34:11 +0000 Message-ID: <20240305153449.263666-38-ktraynor@redhat.com> In-Reply-To: <20240305153449.263666-1-ktraynor@redhat.com> References: <20240305153449.263666-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi, FYI, your patch has been queued to stable release 21.11.7 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 03/11/24. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/b1d48396f283b0970b20359bdae448f81c46e674 Thanks. Kevin --- >From b1d48396f283b0970b20359bdae448f81c46e674 Mon Sep 17 00:00:00 2001 From: Pavan Nikhilesh Date: Fri, 2 Feb 2024 01:07:50 +0530 Subject: [PATCH] doc: fix commands in eventdev test tool guide [ upstream commit b3342d76189e46f4b97d09245617a1188145d384 ] Fix incorrect core masks in testeventdev example commands. Fixes: f6dda59153f1 ("doc: add order queue test in eventdev test guide") Fixes: dd37027f2ba6 ("doc: add order all types queue test in eventdev test guide") Fixes: 43bc2fef79cd ("doc: add perf queue test in eventdev test guide") Fixes: b3d4e665ed3d ("doc: add perf all types queue test in eventdev test guide") Fixes: b01974da9f25 ("app/eventdev: add ethernet device producer option") Fixes: ba9de463abeb ("doc: add pipeline queue test in testeventdev guide") Fixes: d1b46daf7484 ("doc: add pipeline atq test in testeventdev guide") Fixes: d008f20bce23 ("app/eventdev: add event timer adapter as a producer") Fixes: 2eaa37b86635 ("app/eventdev: add vector mode in pipeline test") Signed-off-by: Pavan Nikhilesh --- doc/guides/tools/testeventdev.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/guides/tools/testeventdev.rst b/doc/guides/tools/testeventdev.rst index 48efb9ea6e..4f934f67e4 100644 --- a/doc/guides/tools/testeventdev.rst +++ b/doc/guides/tools/testeventdev.rst @@ -271,5 +271,5 @@ Example command to run order queue test: .. code-block:: console - sudo /app/dpdk-test-eventdev --vdev=event_sw0 -- \ + sudo /app/dpdk-test-eventdev -c 0x1f -s 0x10 --vdev=event_sw0 -- \ --test=order_queue --plcores 1 --wlcores 2,3 @@ -334,5 +334,5 @@ Example command to run order ``all types queue`` test: .. code-block:: console - sudo /app/dpdk-test-eventdev --vdev=event_octeontx -- \ + sudo /app/dpdk-test-eventdev -c 0x1f -- \ --test=order_atq --plcores 1 --wlcores 2,3 @@ -436,5 +436,5 @@ Example command to run perf queue test: .. code-block:: console - sudo /app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \ + sudo /app/dpdk-test-eventdev -c 0xf -s 0x2 --vdev=event_sw0 -- \ --test=perf_queue --plcores=2 --wlcore=3 --stlist=p --nb_pkts=0 @@ -443,5 +443,5 @@ Example command to run perf queue test with producer enqueuing a burst of events .. code-block:: console - sudo /app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \ + sudo /app/dpdk-test-eventdev -c 0xf -s 0x2 --vdev=event_sw0 -- \ --test=perf_queue --plcores=2 --wlcore=3 --stlist=p --nb_pkts=0 \ --prod_enq_burst_sz=32 @@ -451,5 +451,5 @@ Example command to run perf queue test with ethernet ports: .. code-block:: console - sudo build/app/dpdk-test-eventdev --vdev=event_sw0 -- \ + sudo build/app/dpdk-test-eventdev -c 0xf -s 0x2 --vdev=event_sw0 -- \ --test=perf_queue --plcores=2 --wlcore=3 --stlist=p --prod_type_ethdev @@ -458,6 +458,6 @@ Example command to run perf queue test with event timer adapter: .. code-block:: console - sudo /app/dpdk-test-eventdev --vdev="event_octeontx" -- \ - --wlcores 4 --plcores 12 --test perf_queue --stlist=a \ + sudo /app/dpdk-test-eventdev -c 0xfff1 \ + -- --wlcores 4 --plcores 12 --test perf_queue --stlist=a \ --prod_type_timerdev --fwd_latency @@ -544,5 +544,5 @@ Example command to run perf ``all types queue`` test: .. code-block:: console - sudo /app/dpdk-test-eventdev --vdev=event_octeontx -- \ + sudo /app/dpdk-test-eventdev -c 0xf -- \ --test=perf_atq --plcores=2 --wlcore=3 --stlist=p --nb_pkts=0 @@ -551,6 +551,6 @@ Example command to run perf ``all types queue`` test with event timer adapter: .. code-block:: console - sudo /app/dpdk-test-eventdev --vdev="event_octeontx" -- \ - --wlcores 4 --plcores 12 --test perf_atq --verbose 20 \ + sudo /app/dpdk-test-eventdev -c 0xfff1 \ + -- --wlcores 4 --plcores 12 --test perf_atq --verbose 20 \ --stlist=a --prod_type_timerdev --fwd_latency @@ -772,5 +772,5 @@ Example command to run pipeline atq test: .. code-block:: console - sudo /app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \ + sudo /app/dpdk-test-eventdev -c 0xf -- \ --test=pipeline_atq --wlcore=1 --prod_type_ethdev --stlist=a @@ -779,5 +779,5 @@ Example command to run pipeline atq test with vector events: .. code-block:: console - sudo /app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \ + sudo /app/dpdk-test-eventdev -c 0xf -- \ --test=pipeline_atq --wlcore=1 --prod_type_ethdev --stlist=a \ --enable_vector --vector_size 512 -- 2.43.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2024-03-05 14:08:55.571406052 +0000 +++ 0038-doc-fix-commands-in-eventdev-test-tool-guide.patch 2024-03-05 14:08:54.652520770 +0000 @@ -1 +1 @@ -From b3342d76189e46f4b97d09245617a1188145d384 Mon Sep 17 00:00:00 2001 +From b1d48396f283b0970b20359bdae448f81c46e674 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit b3342d76189e46f4b97d09245617a1188145d384 ] + @@ -17 +18,0 @@ -Cc: stable@dpdk.org @@ -25 +26 @@ -index fc36bfb30c..3fcc2c9894 100644 +index 48efb9ea6e..4f934f67e4 100644 @@ -28 +29 @@ -@@ -309,5 +309,5 @@ Example command to run order queue test: +@@ -271,5 +271,5 @@ Example command to run order queue test: @@ -35 +36 @@ -@@ -372,5 +372,5 @@ Example command to run order ``all types queue`` test: +@@ -334,5 +334,5 @@ Example command to run order ``all types queue`` test: @@ -42 +43 @@ -@@ -476,5 +476,5 @@ Example command to run perf queue test: +@@ -436,5 +436,5 @@ Example command to run perf queue test: @@ -49 +50 @@ -@@ -483,5 +483,5 @@ Example command to run perf queue test with producer enqueuing a burst of events +@@ -443,5 +443,5 @@ Example command to run perf queue test with producer enqueuing a burst of events @@ -56 +57 @@ -@@ -491,5 +491,5 @@ Example command to run perf queue test with ethernet ports: +@@ -451,5 +451,5 @@ Example command to run perf queue test with ethernet ports: @@ -63 +64 @@ -@@ -498,6 +498,6 @@ Example command to run perf queue test with event timer adapter: +@@ -458,6 +458,6 @@ Example command to run perf queue test with event timer adapter: @@ -72 +73 @@ -@@ -586,5 +586,5 @@ Example command to run perf ``all types queue`` test: +@@ -544,5 +544,5 @@ Example command to run perf ``all types queue`` test: @@ -79 +80 @@ -@@ -593,6 +593,6 @@ Example command to run perf ``all types queue`` test with event timer adapter: +@@ -551,6 +551,6 @@ Example command to run perf ``all types queue`` test with event timer adapter: @@ -88 +89 @@ -@@ -818,5 +818,5 @@ Example command to run pipeline atq test: +@@ -772,5 +772,5 @@ Example command to run pipeline atq test: @@ -95 +96 @@ -@@ -825,5 +825,5 @@ Example command to run pipeline atq test with vector events: +@@ -779,5 +779,5 @@ Example command to run pipeline atq test with vector events: