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 E322FA00C2; Wed, 4 Jan 2023 02:13:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC13640A82; Wed, 4 Jan 2023 02:13:11 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 69BF740697 for ; Wed, 4 Jan 2023 02:13:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672794789; x=1704330789; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Cfqin07lE2hjMB0unnKCjcLUxRxapxXjQTM3cm5twrs=; b=Se/0mEa9j9Me22IIe3luYojM/sPIrUMVquX2Zp0huo+h+SaZ4PqgJAdb ltygOj7fDT9Lt1Amas6czUShn/GmYms+4vtcH4U2lSw5lE8R92skoAo0L kydd38vR6KzxMyTgJTHjBE27PzqNVTZo5xrnB7nQzLbhxd88slwMg8bCx rTZjAE0HKjeCtnsEaNLgmy4vEPXKBdBJ9c018852cPWs25fYF1EumSf81 QqCh2GAiqj82rKAm4BVeKRa7HyKJpF8u5sdchECXaQrOK9iG96WKYSgHX OkiBPTTO1KTHp5hXwGvDX+NSiibUEloSxC7vwban5J/GkN8ZqrB+3BrUA Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="309569975" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="309569975" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:13:08 -0800 Message-Id: Date: 03 Jan 2023 17:13:07 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="632632001" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="632632001" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:13:07 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2] test_plans/dual_vlan: optimize the test steps in the test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20221229060232.25358-1-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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Thu, 29 Dec 2022 14:02:32 +0800, Weiyuan Li wrote: > modify the test plan need to set port stop first when set the tx_vlan. > > Signed-off-by: Weiyuan Li Applied, thanks