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 2CB12A034C; Thu, 22 Dec 2022 09:45:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03D3C40698; Thu, 22 Dec 2022 09:45:21 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 12E76400D7 for ; Thu, 22 Dec 2022 09:45:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671698719; x=1703234719; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=6QKI3kfaAnvbD4+S1NQsz3aF66bIZAzPqucjcRm5g1w=; b=PIGNWOXdNSBwaOrI4dKCR1C1suPT6aNqh4MmOJHjRXCaMJU08tWB8rvY IUjYHAHOBIRAo8BeftGAIbgxOKFoUlYevO+kYm6TILuY1C37SsJqfBr20 yIU5sa5QZxkh3DVPrW2SGaNSD00Z2Ldel97SqwBzUUKUvhxVdNz2WEO+y XDZNonOqaSOYmBXU387zylMZ94wwfN11afgpNAi8kcdz+ETDNvIUa2Xxy urCcduGZTiErxISidvpCanIXdGnZQcSzTMrEE/9xmeXoUS3TV6GuUVNgQ qQIgN8a5W4FYck/4jCfXxuFlnvU9O8PAHSOC1kI61sxDKmeZoetIbC5b7 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="384430000" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="384430000" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:45:11 -0800 Message-Id: Date: 22 Dec 2022 00:45:09 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="645138979" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="645138979" 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; 22 Dec 2022 00:45:09 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/generic_flow_api: remove --pkt-filter-mode sync dpdk change From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: zhiminx.huang@intel.com,Lingli Chen In-Reply-To: <20221215105355.53393-2-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, 15 Dec 2022 05:53:55 -0500, Lingli Chen wrot= e: > 1. According to dpdk commit 5007ac1318 (ethdev: remove deprecated Flow Dire= ctor configuration) > remove --pkt-filter-mode. > 2. This commit also removed '--pkt-filter-report-hash', so test_fdir_for_ma= tch_report no need test on NNT. > 3. add 5 pf action subcase, skip dpdk pf + dpdk vf cases. > 4. According to dpdk commit 5c45fde3e9 (ethdev: remove deprecated flow item= VF) > remove fdir_wrong_parameters case create vf rule part. >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Series applied, thanks