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 B9F36A0542; Fri, 18 Nov 2022 09:04:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B04654067B; Fri, 18 Nov 2022 09:04:37 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 146AC4021F for ; Fri, 18 Nov 2022 09:04:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668758676; x=1700294676; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lX2MvUvc3CwMRnzjcQG9GcuxYYulvTQLqwfiD6YUGbs=; b=SXQxdLkUZaHkk8INdx5U0RfAzjdpnV5iz3CZ2Y+YzeJgjalsDGlq0LWW enFWpo+Tsef9PGwg2YHVLqLYPm7RUw3YMDHmV9xaQihYlVCUset7xGP9h S4nfGlAYYKOr0+8m4dJkR3fcs3oIR0MyLU3cFtxAms6DF/8K4p0lO5IYn 523F9E+43HZ9fjM2rPCp1EKtv5VJ/nDGCkScm6tOda/91n++N1hageiRr RYeQHvur3dZOFF05lY9PrsdPeXmvvR/G1z+G1AmA5Vy09T3NddKDBkcze BdOKHLUYV8y7ZlXrRNy8SqkR6nzkzbcw60BF48iylnpq5YY68vL+hA7p/ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="310713069" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="310713069" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:04:35 -0800 Message-Id: <665c30$o92n12@orsmga005-auth.jf.intel.com> Date: 18 Nov 2022 00:04:33 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="814832677" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="814832677" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:04:33 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/pmdrss_hash: remove port stop all command From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: zhiminx.huang@intel.com,Lingli Chen In-Reply-To: <20221109060923.21957-1-linglix.chen@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Lingli Chen Errors-To: dts-bounces@dpdk.org On Wed, 9 Nov 2022 01:09:23 -0500, Lingli Chen wrot= e: > 1. Executing the `port stop all` command destroys all flow rules associated= with the port. Therefore, remove this command. > 2. modify toeplitz_symmetric case sync with testplan: the hash value and qu= eue should be the same for symmetric packets. >=20 > Signed-off-by: Lingli Chen Applied, thanks