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 37F64A0540; Tue, 13 Dec 2022 07:13:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2EF8C40A84; Tue, 13 Dec 2022 07:13:08 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 013FF40146 for ; Tue, 13 Dec 2022 07:13: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=1670911986; x=1702447986; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=GjlPYAOE/sF4UYBUAI0GNqpdfGS4Cd7ouLyhxcGQA8k=; b=AjFDLMx3avLbB7tHPa7VbNIxLlj5pFQpjL7EOAkRIZS+LW1/dFGl11cw gnLFVYBkIpXSvaalkIKERIoxtz3oEr1WaE4bPUEibWp2cjsyfWMRL1c0e C90/E+5he72LEkmLYGBa5/3eHUyuo5pySulfzc2Os9UhWN2QLXXPB1XGz USJS+fVaYqb2cBNfE33T8hmjdAVIOnK60wr+aj7nuh7yw3pOGmUkd3WJ8 sBUxU9fj+cllceVmFYzIGBW71jENnUYMeGZppGnT4om9kRszEgQ7LwnqZ hWGFsvZytNbKme39HHoASiR+hQXUwdZIVGcnbBI17XFtDhue9Vot2ZV+J g==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="315690951" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="315690951" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:13:05 -0800 Message-Id: <8483a8$t41rmu@fmsmga005-auth.fm.intel.com> Date: 12 Dec 2022 22:13:03 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="977333987" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="977333987" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:13:03 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V4 2/2] tests/ice_dcf_switch_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,qi.fu@intel.com,ke1.xu@intel.com In-Reply-To: <20221206104336.122712-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 Tue, 6 Dec 2022 18:43:36 +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 > Methods set_up_all, tear_down_all, setup_1pf_vfs_env and create_testpmd_com= mand > are modified to support 2 PF VFs setup to support new negative subcases to > introduce. >=20 > Method tear_down and case max_vfs are modified to enable re-compiling Testp= md for > supporting extra ports during execution introduced by applying representor= s. >=20 > Case max_vfs are modified to round port count up to an int powered by 2, to= ensure > functioning unter special configurations. >=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: Ke Xu Acked-by: Lijuan Tu Series applied, thanks