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 37F4DA0503; Wed, 18 May 2022 10:59:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 337D740222; Wed, 18 May 2022 10:59:02 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 863484021E for ; Wed, 18 May 2022 10:59:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652864340; x=1684400340; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=OOhXe4efC6NwR9JmHNnSXlyYwuugr/FH36VfujdVzcM=; b=czwcx9zqH6GHA2qP7Htg5KZPEM6WKAqzOE6N6L9ZQFWASlON6scw+Yjh E6xS6+2d7oeWp4Q9Cu9u/oXxg6ZSqpBFDpg3QXRHpCIqAk2m73bhfKGcL 2LxyjuyaEoeDpPlCq9Q1ojV1/+gJNiiIsZDdF8m6S/ZTAaD2gYVhXTgWl hdZjvuTgWqWrqwMtDRK26RZ9bLbsOY+SmT+OovZtBZYov/qHEWoK7D+bM lw+8tQfGWlkDRIi375+zFfVBpyppOfkm1ixW3YHw9/4FArRBNylmHPRCw 9PIfrr9R3EVSZ8yX2mzSohzD07OZu+enhDCB8nuEwLTQ1kE91zEj70OOI g==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="269148615" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="269148615" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 01:58:59 -0700 Message-Id: <8ea9f5$l974dp@fmsmga001-auth.fm.intel.com> Date: 18 May 2022 01:58:58 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="714314189" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 01:58:58 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V2] tests/l3fwd_func: fix script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220517074859.1715527-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: Jiale Song Errors-To: dts-bounces@dpdk.org On Tue, 17 May 2022 15:48:59 +0800, Jiale Song wrote: > fix 2 issue: > 1.When DUT and tester ports are cross connected, the information of inter= connection=20 > ports cannot be obtained correctly. > 2.tcpdump timeout, increase the '-n' to skip the tcpdump reverse domain n= ame=20 > resolution operation. >=20 > Signed-off-by: Jiale Song Applied, thanks