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 17FCCA0503; Wed, 18 May 2022 11:24:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC1D440156; Wed, 18 May 2022 11:24:00 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 0EF63400D6 for ; Wed, 18 May 2022 11:23:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652865840; x=1684401840; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Hk3OCxxGyeUmxVk6p6Ad5BBbdppbLevZtNM/HdDF4gg=; b=Vs3eo6Nb7RYIyug1438QiHXoW1Uji99B6i+koYqub2saC/hdRKV/xMGs EgxQ+Ikctj8dT2igkL/z0SU1gxdmOO1PlIZHhmz2nSCse0vBpvnZnWYYz 5DnOySYeHv/9AvrZTWwmPX8VTEyHQDV3bamoNEWAOpoXJoBRWTKeU3eR5 EtdeoiyfQyuMgY4JuFUGgW6+5XJu8aqdBqCfyPox9MrzubidzQviUMi+P qTavySSmr32waDwF5no9F6SdQLj0YNFc11yTZ8wl9MzS57uqNSPkbpHmC ioVhWe37cGd9fa6vgdepCREex7GEfLf3KN4IBxoc+4IyCh7n5SV04zs2u w==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="269159199" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="269159199" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 02:23:58 -0700 Message-Id: <87f1b2$guvmtt@orsmga007-auth.jf.intel.com> Date: 18 May 2022 02:23:57 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="569367500" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 02:23:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [V1] nics/net_device: modify the output of getting pci 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: <20220509095710.846-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 Mon, 9 May 2022 17:57:10 +0800, Jun Dong wrote: > About querying device pci information, the results are different on > different versions of pexpect, some versions has space char in output > front end, so strip the space char to improve stability. > > Signed-off-by: Jun Dong Applied, thanks