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 0DE9EA054F; Wed, 7 Sep 2022 11:35:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ECCE0400D6; Wed, 7 Sep 2022 11:35:57 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id D959C40042 for ; Wed, 7 Sep 2022 11:35:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662543356; x=1694079356; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=6+6nJ8OiSarN3N+ITDRcHzsWWgoSZfDuXeX2M1qw8jQ=; b=HoG5rzkP/0oeF7yfXeUKXzbZjuGGH05+rao/xB/9aJWEK+L5ueiFSRmN 3kzfmAdYtjadxZcFlPPaapZQzkgUaX8zsWm7YMgaQdOpVy3mahKdgjpQG WrU7XePdLhEZ6YdfNshN1gn2Q069adZuoBdE8CvIlEkuphce2vu1UOwTg 42MhFOheNoeuy6W6N36ojCOve3u/wEGi8x4c6y/pjP0f2rWeKQ4/BgAmx DJY4hMp4uWL8hQuMKJkeivsWYV3RI8tg2ZQCK++0lPrpeVir3SCdvVioL 0Wd7C818kpqAdYzY0spZqoMGbKl1AKeFcty5u/rSwgsSbGlY5xLmV0Kio g==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="383122785" X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="383122785" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 02:35:54 -0700 Message-Id: <9bee9c$j6lvq7@orsmga008-auth.jf.intel.com> Date: 07 Sep 2022 02:35:50 -0700 X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="644546382" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 02:35:50 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/dual_vlan: modify case vlan_tpid_config sync with testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20220810090507.27306-1-linglix.chen@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: Lingli Chen Errors-To: dts-bounces@dpdk.org On Wed, 10 Aug 2022 05:05:07 -0400, Lingli Chen wrot= e: > 1.modify case vlan_tpid_config tpid 0x1234 sync with testplan > 2.replace qinq with extend: Change the command according to the modificatio= n of dpdk commit 2a0b41984c7 >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Applied, thanks