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 D72BAA00C5; Thu, 25 Aug 2022 05:55:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFA9C40DFD; Thu, 25 Aug 2022 05:55:22 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 1641D40156 for ; Thu, 25 Aug 2022 05:55:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661399721; x=1692935721; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=nvKcqmfdGTGyh4iXX6WZQ0YXnc86JoL1kW2RZxxEaCk=; b=K2k85re4HKxUTvcKZ6DedGCwY0rbpFy5qnMqHQR+mU314JpQAB6haDzf nODc2IzOBpWrbdqiZSht37nEGW+aQEk/DZPuHPQR5JoPWzQh9hrDUtbNL 68n1gJ5GsMo7MdsdzzvQewXAMdbuUzP3noXqC8gb7CJBniUVYwFrpJVSr vuZ7uw6WrDD1KuW4ZyA8S0SsOFZO5MEdeCKgWJoIXOEzwM8JGysimsv1X 3ePEyyAET2EWU55fcG5fhn/jPHkyJM0PSqkmkBxuWoKi2tAB3I2gVVj+0 Ujqg/uKNpWEmOz3YHityFOhMBi52bjQuhYz6B4SKAj75RVS5m0jOL2sHr g==; X-IronPort-AV: E=McAfee;i="6500,9779,10449"; a="277159103" X-IronPort-AV: E=Sophos;i="5.93,262,1654585200"; d="scan'208";a="277159103" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 20:55:20 -0700 Message-Id: Date: 24 Aug 2022 20:55:19 -0700 X-IronPort-AV: E=Sophos;i="5.93,262,1654585200"; d="scan'208";a="606262897" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 20:55:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/rss_key_update: modify testplan sync with script From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: yuan.peng@intel.com,Lingli Chen In-Reply-To: <20220811101558.8761-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 Thu, 11 Aug 2022 06:15:58 -0400, Lingli Chen wrot= e: > 1. modify testplan according to dts commit: 2865e5b5ec53(replace legacy fil= ter with rte flow). > 2. modify case test_set_hash_key_toeplitz sync with testplan >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Applied, thanks