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 883E2A0540; Tue, 13 Dec 2022 07:10:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8043E40687; Tue, 13 Dec 2022 07:10:25 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id BFA7440146 for ; Tue, 13 Dec 2022 07:10:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670911823; x=1702447823; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=uy1SEOEV/8SnUvzVPRy9RFkpjaedxws0hO/4uWGOr/o=; b=bbQyqL07rVwDF+JBydh6BbNL9dY1/5VnnNy97iHDVVFOMgFcbE3V300Q Z3i4JTiYo7+bzlTIy+l8ykqlRFfpMNXU1JlPs6m6Ck4AohxSbvW3g8O3/ qo3jrpDZO+q0BKsM6gVWwp8EsMYv3RHLON+E7JswGApN+UoQx4bU3Y4x7 fQo6mexGGAAfwtUTkJQz1cUdteusjZ/jP5a5x9+iCtx3uZo9BlAcVtvjy NV9YsVsFlZL2GQbR03vgUL/H4j6WIVjS1ztc136ezY9A8AL6eLq2P9SBW pgxlQhrOeoxbIDdY8Bv3SLKzPLM01kV+nYnQzgPv0u+niWU1KZDTNleO9 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="319196241" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="319196241" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:10:22 -0800 Message-Id: Date: 12 Dec 2022 22:10:21 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="648448646" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="648448646" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:10:21 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V2 3/3] tests/ice_dcf_acl_filter: update test plan to support represented port action from deprecated vf action From: lijuan.tu@intel.com To: dts@dpdk.org,Ke Xu Cc: lijuan.tu@intel.com,ke1.xu@intel.com,Jin Ling In-Reply-To: <20221202032731.36164-4-ke1.xu@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: Ke Xu Errors-To: dts-bounces@dpdk.org On Fri, 2 Dec 2022 11:27:31 +0800, Ke Xu wrote: > Methods create_testpmd_command, launch_testpmd and common_process are updat= ed to > support appyling representor to the existing testpmd setup. >=20 > Testpmd args are modified to support appyling representors for the new API.= Rules > are modified for the old API being deprecated, changing to the new API. Po= rts id > are modified corresponding to the port representors and modified API. >=20 > Signed-off-by: Jin Ling > Signed-off-by: Ke Xu Acked-by: Lijuan Tu Series applied, thanks