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 3F9B0A00C3; Tue, 20 Sep 2022 10:25:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3840540DFB; Tue, 20 Sep 2022 10:25:15 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0083E4069B for ; Tue, 20 Sep 2022 10:25:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663662314; x=1695198314; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=IiP8HyodgEAzHsxLlUEJdMH2Uazxpc9ItS8Vd/Gmig8=; b=EYdmqNyM80fo1RZmm39VS7wJQS2NsbHp1gyKruc0U4kGe3sI1WOx575k e63iGl8uzwepSCLjzHXGg3kP69QsDU+zlKz5T8jIt+LdPTPr9sZ63HfcI yLqWQsM4CduzfkYrkl+L5Hz4GwvErIBs22qVYMQwt3JlE8v5gnO85tSju 2vjPmWW50droRSKGCd9gq963VCjE3jux6YdwIYB9V8qGikY2PJLO0uXhm CB1JBmMHJroR7t9hzB/+SZXFWH20GyAyC9sioqSvRmkT3bct0LiN/ty1j ebnVNQsE2Iz5s150GaHht5I2M5cFm8orVRzMTH3YM8dh5F+Y7/8WTs+/9 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="385920869" X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="385920869" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:25:13 -0700 Message-Id: Date: 20 Sep 2022 01:25:12 -0700 X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="947570662" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:25:12 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/vlan: optimization script From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20220913124944.143017-1-songx.jiale@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: Song Jiale Errors-To: dts-bounces@dpdk.org On Tue, 13 Sep 2022 12:49:44 +0000, Song Jiale wrote: > when the ports of dut and tester do not correspond one-to-one in > sequence, the acquired tester port is wrong. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Applied, thanks