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 5E9D6A0543; Tue, 21 Jun 2022 09:42:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50A0C4281A; Tue, 21 Jun 2022 09:42:05 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 5E22340A87 for ; Tue, 21 Jun 2022 09:42:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655797323; x=1687333323; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3JfKBi5i8wEtORDkkz7MGrKH1Ls3DHqiQ5GGKbxfLqs=; b=g6/lhJyxWrtRqN6HYTD3yaMoPYL/9kHzDNm9s70IB77qinyxdWIlJ5/R Tiaod3TIxomBw9KlwoPJY0vt7FL67KusPtc58jbU36ETGRlqmt2heEBON 6eVNjjuY24LY4L6FgKN1UaU8diDWopLmFPhojzVjyma1nVEW+VFH5vv3N ZSsGBiQkxg1aO4tO7zjAPJmr6qm3r6K5w8kdltF6XWFKICkR3iLg3rXbq XDuzoUmBjTOBkSp1rVNusFyCJ8ks+04XI+fqhDGZYUgq4fhc2/1i55A4U UhsxmBH0Qjg0oNPGFZkZ4HkSzWkJ/KAEQLlU8VnaxL9Q0+lvcDJOCPnKP w==; X-IronPort-AV: E=McAfee;i="6400,9594,10384"; a="305495610" X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="305495610" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 00:42:02 -0700 Message-Id: Date: 21 Jun 2022 00:42:01 -0700 X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="591538463" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 00:42:01 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V4 3/3] conf/test_case_checklist: add vlan_tx_restore not support From: lijuan.tu@intel.com To: dts@dpdk.org,yuan.peng@intel.com,"Li, WeiyuanX" Cc: Weiyuan li In-Reply-To: <20220621055812.1315-3-weiyuanx.li@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: "Li, WeiyuanX" Errors-To: dts-bounces@dpdk.org On Tue, 21 Jun 2022 13:58:12 +0800, "Li, WeiyuanX" wr= ote: > From: Weiyuan li >=20 > 1. Add new testsuite tests/TestSuite_vf_pf_reset.py. > 2. Add vm configuration file for vf_pf_reset. >=20 > Signed-off-by: Weiyuan li Acked-by: Peng, Yuan Series applied, thanks