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 890B3A0540; Tue, 13 Dec 2022 07:14:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8268A40684; Tue, 13 Dec 2022 07:14:26 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 7C39740146 for ; Tue, 13 Dec 2022 07:14:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670912065; x=1702448065; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=mJv9lBJ6/xLHDMW3qdUNfTmEzZIZWncafn4k48sHHAs=; b=AAjOgN4UjZCvDqRTuqW2HCXkvh8+C7Zk9YyBvuO1YIP0KlxnhdEWoucb xvoxxOCCjcVYAm0AkHl/9ya2GoAT6qThhRGIDPO+6YwMiuhc2iMdKhK/I gaaDxwxG/vPzKX3HIZjnwq9qySJub2/kCcxRfQn4ntkHzOOY8yWT1jZbM jATFVYJ8+w8lE26g2px0l+2UjErNe+OF4aTMu5P3jEZ5KaO+6TAEiuqxi KOZv0RBwiLcQ1L6MGyBSwvsjobdBXoOhcXRtinlzRb0Ull9oKDI1sV1RH iDA3mdYrlaulomsJ3dNZpI7LT/V22b2uQAGxpDlQ+655EmR80wZPKc9ru w==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="404310260" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="404310260" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:14:24 -0800 Message-Id: <51811d$n1236u@orsmga004-auth.jf.intel.com> Date: 12 Dec 2022 22:14:22 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="772869347" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="772869347" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 22:14:22 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [DTS][PATCH V2 2/2] tests/ice_qinq: 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: <20221207111810.466634-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, 7 Dec 2022 19:18:10 +0800, Ke Xu wrote: > Method calling of launch_testpmd is updated to enable representor. > > 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. Ports id are modified corresponding to the port > representors and modified API. > > File names of packet capturing is renamed to .pcap to fix a no-reason > failure when using .cap > > Signed-off-by: Ke Xu Acked-by: Lijuan Tu Series applied, thanks