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 9DB98A0503; Wed, 18 May 2022 16:08:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96E934021E; Wed, 18 May 2022 16:08:26 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 4741C400D6 for ; Wed, 18 May 2022 16:08:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652882905; x=1684418905; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=qhHhb1JuJm6HqegGmRh5xUZOAysgZryJQnv6TWI5BD4=; b=HVupDMeCdkZJhD7MBvdwQhIczTHzOXpnHzqnTsgMt8yJkoe5uik4wjkB i/aS0MFbm8eY+zXynyMZC5Gm0KhJZ5eFNGYK9Bp1wzgJL45iTWJmkWW50 1i5rOIizxXNVAHWE62p/SFSM30jNd1mRw6Y+FmdlPcUuhqMf3e9ks8Oot XQwd7YO93XLNp0Ar9tGQlPXnfWT6REpjIPMRU5VawzI6dVyxBv73lAQah ZG6CvVcO/4JY1NEIUxmZ3FJ1q+UrUsP8nTQxdaKfYNUM/eTJbmDrpkgl/ aVIWvPGlZO2+s9HAPe2qZZNB8uu9AGg53Br1cA76vytPear85jdsk5raK A==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="253732030" X-IronPort-AV: E=Sophos;i="5.91,235,1647327600"; d="scan'208";a="253732030" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 07:08:24 -0700 Message-Id: <8ea9f5$l9apst@fmsmga001-auth.fm.intel.com> Date: 18 May 2022 07:08:22 -0700 X-IronPort-AV: E=Sophos;i="5.91,235,1647327600"; d="scan'208";a="714434473" 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 07:08:22 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [V1] framework/*: modify command line that list opened files From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220518054636.1416-1-junx.dong@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: Jun Dong Errors-To: dts-bounces@dpdk.org On Wed, 18 May 2022 13:46:36 +0800, Jun Dong wrote: > In some framework scenario, needing to use lsof command to query opened > files that occupied specific ports and to do something about the it. now > add -n options to the command to skip reverse resolution of domain name > when querying to avoid timeout in network offline env. > > Signed-off-by: Jun Dong Applied, thanks