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 DDF0948A44 for ; Fri, 31 Oct 2025 15:36:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D577940663; Fri, 31 Oct 2025 15:36:22 +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 9BC8440150 for ; Fri, 31 Oct 2025 15:36:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1761921381; 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=b+DgWF1H2QtrPCWeIB/+S/Ph7f8CWNvBYtkv47W9xgc=; b=FZpPjKL6xrv/sUROatAoJzdy/8W/ceinQFRsyB19lOvMkSRmTYeSjAy/eUp/7T0n63HA3s ZcTZeJ6wj6rTgDXTjBByA2Ipa7C3MSTcX04xSr7xQwm3pvoagBVNeeN0YgolsAbKiZQuFB K+wxLYePc7yuluTQY81y5poEhFS5J1s= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-692-z0g8gJezO6aR9NwVjDs-Hw-1; Fri, 31 Oct 2025 10:36:19 -0400 X-MC-Unique: z0g8gJezO6aR9NwVjDs-Hw-1 X-Mimecast-MFC-AGG-ID: z0g8gJezO6aR9NwVjDs-Hw_1761921378 Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (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 mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 504351800D83; Fri, 31 Oct 2025 14:36:18 +0000 (UTC) Received: from rh.redhat.com (unknown [10.44.32.50]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id EE526180044F; Fri, 31 Oct 2025 14:36:16 +0000 (UTC) From: Kevin Traynor To: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> Cc: dpdk stable Subject: patch 'doc: add conntrack state inspect command to testpmd guide' has been queued to stable release 24.11.4 Date: Fri, 31 Oct 2025 14:32:30 +0000 Message-ID: <20251031143421.324432-28-ktraynor@redhat.com> In-Reply-To: <20251031143421.324432-1-ktraynor@redhat.com> References: <20251031143421.324432-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: pbIb_RFC5PBzC6YRgZ_xp2d9zuUG61fmMppVd266fss_1761921378 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 24.11.4 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/05/25. 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/0a56084d96e33b93394a49e4b4785213d078fae6 Thanks. Kevin --- >From 0a56084d96e33b93394a49e4b4785213d078fae6 Mon Sep 17 00:00:00 2001 From: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> Date: Fri, 15 Aug 2025 07:15:14 -0400 Subject: [PATCH] doc: add conntrack state inspect command to testpmd guide [ upstream commit 307b5b42b6258b8a8deecdf13cc334b3ceffe4a7 ] Add command in testpmd user guide to inspect conntrack states. The conntract possible CT states are: SYN_RECV, ESTABLISHED, FIN_WAIT, CLOSE_WAIT, LAST_ACK and TIME_WAIT. Fixes: 4d07cbefe3ba0 ("app/testpmd: add commands for conntrack") Signed-off-by: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 38bc00705f..3e3f4bea9d 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -5391,4 +5391,8 @@ rules like above for the peer port. testpmd> flow indirect_action 0 update 0 action conntrack_update dir / end +Inspect the conntrack action state through the following command:: + + testpmd> flow indirect_action 0 query + Sample meter with policy rules ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.51.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2025-10-31 13:53:53.121130372 +0000 +++ 0028-doc-add-conntrack-state-inspect-command-to-testpmd-g.patch 2025-10-31 13:53:52.056523431 +0000 @@ -1 +1 @@ -From 307b5b42b6258b8a8deecdf13cc334b3ceffe4a7 Mon Sep 17 00:00:00 2001 +From 0a56084d96e33b93394a49e4b4785213d078fae6 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 307b5b42b6258b8a8deecdf13cc334b3ceffe4a7 ] + @@ -13 +14,0 @@ -Cc: stable@dpdk.org @@ -21 +22 @@ -index ea0ab9bcab..fefcf5b419 100644 +index 38bc00705f..3e3f4bea9d 100644 @@ -24 +25 @@ -@@ -5393,4 +5393,8 @@ rules like above for the peer port. +@@ -5391,4 +5391,8 @@ rules like above for the peer port.