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 0AF88A0540; Tue, 13 Dec 2022 07:08:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04EC740684; Tue, 13 Dec 2022 07:08:07 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 3E4C340146 for ; Tue, 13 Dec 2022 07:08:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670911685; x=1702447685; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=O7zBR7XTM/Un8MleoToE/76KxzZMJCZPxMYRZS6+SAk=; b=cVrCzCLBbnlMailqZ//HcYZRfJR8uYJlbjKBbzMCGW2acC0qgyAJuKQ0 VUizXODryrBPyQ5Z+eR0usDcKT5cXf1pauCuqeYrQoAGb0sAfPC8XebuC JDYQBkK5DvH0I1zxEm3rHK27CNNDRW28/kjIo8oLuysuCBwvS0UQEemO+ qv9L5iOkmuzEENZq35EcC1595HmbOFBAPY3cROQiW7KTOwLuMwJdyWuU2 dfn4+K60TQwdmnJg9kuxSTRUQeCjYNhWWv6ltiHHiabcvCv6w4I+Yvi08 8Pf7DiFdvFKH+/suz896OAHrYMtzGUB+SgI/fSoWwu1+isk2HxvY9vwDP g==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="319908609" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="319908609" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:08:04 -0800 Message-Id: <5f0cd1$mg8jq7@fmsmga002-auth.fm.intel.com> Date: 12 Dec 2022 22:08:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="755257169" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="755257169" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:08:02 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V1 2/2] tests/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action From: lijuan.tu@intel.com To: dts@dpdk.org,Ke Xu Cc: lijuan.tu@intel.com,Ke Xu In-Reply-To: <20221130035417.98620-3-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 Wed, 30 Nov 2022 11:54:17 +0800, Ke Xu wrote: > A new API is introduced to replace the VF actions in DPDK 22.11. To support= This > new API, several modifications are made. >=20 > In this commit, rule is modified for the old API being deprecated, changing= to the new API. Ports > id are modified corresponding to the port representors and modified API. >=20 > Signed-off-by: Ke Xu Acked-by: Lijuan Tu Series applied, thanks