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 E9348A0350; Sun, 27 Feb 2022 15:35:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B99C24068A; Sun, 27 Feb 2022 15:35:59 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 9D19540683 for ; Sun, 27 Feb 2022 15:35:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645972558; x=1677508558; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=xKBkmEH7QRvHTz/pmKRgQPYK+zPrncRxmxWFoMqDKRo=; b=TuCJCQBcUBYVICIBvuLVKLQ3Vrylv7sysr4LJ2f6yCLKn81YPB/ZqN0L TnPl8LPRhvprvi+s7SDMjez/85NDU1y7HiYAl1RGwjNFVJ2HPgEwpbhHX 63PNPhkWb3lKnlihvMpML8wkaRhvsLFnQdtXR1Xr6vVQu6uzZPuRjt4L0 9aI4Tpheb3HjQ54iIDaZaujDQ3A3drKk2+GEcp3ttFjdH5txWc3Bx8apq P3WMazDvVwCwWhXIe4/Dn3Sm3VACikWGatz2vomUfYt72yZMwQoY1Y6fY JS1KTW7SvywnS7RmS/YQdYA6smlQpr0pH79pwcKSkl2Ssl9iJxn4sptoh w==; X-IronPort-AV: E=McAfee;i="6200,9189,10270"; a="313456873" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="313456873" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 06:35:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="492443154" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 27 Feb 2022 06:35:57 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Sun, 27 Feb 2022 06:35:56 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 27 Feb 2022 22:35:54 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Sun, 27 Feb 2022 22:35:54 +0800 From: "Tu, Lijuan" To: "Li, WeiyuanX" , "dts@dpdk.org" Subject: RE: [dts][PATCH V2 2/2] test_plans/userspace_ethtool:remove duplicate vlan test case. Thread-Topic: [dts][PATCH V2 2/2] test_plans/userspace_ethtool:remove duplicate vlan test case. Thread-Index: AQHYHxHy6JTqIYwKCE6n5qQ6q37oTaynkHQQ Date: Sun, 27 Feb 2022 14:35:54 +0000 Message-ID: References: <20220211062610.2409668-1-weiyuanx.li@intel.com> <20220211062610.2409668-2-weiyuanx.li@intel.com> In-Reply-To: <20220211062610.2409668-2-weiyuanx.li@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Li, WeiyuanX > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B11=1B$BF|=1B(B 14:26 > To: dts@dpdk.org; Tu, Lijuan > Cc: Li, WeiyuanX > Subject: [dts][PATCH V2 2/2] test_plans/userspace_ethtool:remove duplicat= e > vlan test case. >=20 > Sync remove duplicate test plans. >=20 > Signed-off-by: Weiyuan Li Applied