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 C71CC429F0; Wed, 26 Apr 2023 04:53:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B92AB410DC; Wed, 26 Apr 2023 04:53:18 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id F1CAB40DDA for ; Wed, 26 Apr 2023 04:53:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682477597; x=1714013597; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=QyKzDk9OELqfTHrGCeMAPZVTfb0iXQtASslyauWbyc8=; b=Yy/xTLIKKEE4OGNUjmTt8amnCYDO96gtiskgRUKZkUh1gIkhYo27Caq5 KbVPysq7kzLMsLlyWxg7OMd5tn0biSP0bYBK/Tq7cSYG5CjsLpBXKBlA6 3PEghVqDyvWtNKBgr9AkD7sM/wtH1COV26Pc+0W0czD8sUwyImtX2E1U1 sqHelYdcs/5NgpxDEuyiTuiUQv0rxxtnPuXBmdmaOV//brKy3ydzUDJx0 9aNHhF08cHcJCwyXVohXzEkvfywYqT0z0ImSUjjg3o2EaZo+4JtJ2jy57 ZGu9rmavnc+WTZmAiD5aaBSfLYq7IgotU7vei06MIRXW1jWeIApENrWYX w==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="374921375" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="374921375" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 19:53:16 -0700 Message-Id: Date: 25 Apr 2023 19:53:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="726358022" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="726358022" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 19:53:12 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/ice_dcf_switch_filter: update test plan to support represented port action from deprecated vf action From: lijuan.tu@intel.com To: ke1.xu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230413020417.1413199-1-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Thu, 13 Apr 2023 10:04:16 +0800, Yu Jiang wrote: > According to dpdk22.11 commit id: > 776c119736 net/ice: remove deprecated VF flow action > c0444f6273 net/ice: support represented port flow action > update test plan to support represented port action from deprecated RTE_FLO= W TO_VF action >=20 > Signed-off-by: Yu Jiang Applied, thanks