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 EF2C5A0548; Wed, 15 Jun 2022 10:39:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E899541140; Wed, 15 Jun 2022 10:39:27 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 9703540220 for ; Wed, 15 Jun 2022 10:39:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655282366; x=1686818366; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Mw6b9NEsM18gCKQTPbGz70mwO2YFp9afSywUpSKnR/A=; b=ZCsx53XLrX5NR4J9Jgx0QkbaGjoQAlw775NU3XMebspdZ25y6aUbZ+GK 8XsJSz71g87MbDrEHrPAdSffP7QPjJG06IbpyRf3NGzyns38tVoUqto14 x+Z5UMaAN5NIg4/7apgm34CNVrM9DoKocQ2kL1uPCUSPoVFYSHMNlDt+C Rsty9zaGX3KywEWyDnTOZzkP778afBPxQzgxLscIRyTkG3LHI+nBE4Ymm NYdfDVXYAHvpaaPq4xbom2RZ7GuIrnw81EFppW4u6UtMqCitz9qIGYRAE nPzNrolao9YUk7j7hOR+ksmx8GDTnia6lnIrVzwLbyyO74GGsRlrYTDHO Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="279924737" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="279924737" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:39:25 -0700 Message-Id: <7f4525$j35thc@fmsmga008-auth.fm.intel.com> Date: 15 Jun 2022 01:39:24 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640874037" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:39:24 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/inline_ipsec: add -nn for tcpdump From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220531063212.332642-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, 31 May 2022 14:32:12 +0800, Jiale Song wrote: > tcpdump timeout, increase the '-nn' to skip the DNS reverse domain name res= olution operation. >=20 > Signed-off-by: Jiale Song Applied, thanks