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 9F316A0093; Tue, 26 Apr 2022 05:16:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 918D140C35; Tue, 26 Apr 2022 05:16:04 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id EAFD340691 for ; Tue, 26 Apr 2022 05:16:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650942963; x=1682478963; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=S9ePXB4wtR1gxAyQ/sFemLxPGfoZVf8dL505DpEpd+c=; b=R+zKJFQ0IEEX0pBjwXB6tHc1xdwi8dfAfckbO9iQKK0bxEVAs6YJHdsU MnnwPGqfFOTObGHU/g9h3Gf8midJ+fP0oFZkYBfrSrHkUTWSCjfxU6en8 UsA40nc0emHjVdF3xux6SDk76+qAiUkL9zdcragneo8QnZ+ENtSzXbMfS n9ELRB6dZMKVguzTx0InN5O86nGLj82TXZ3Opn+CN+kio9LqsoXE2Q6sM 0mZZDTdEu9x5OlL/oCRkg6qUp5rBV9SIfVAhJO+p7YNcAMTBYYplqdsLH CPpY+0QnRLlGazOxaFW+PYYuRHkmutUz6i6tA83ckAILTIZmhgqdybh3O g==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="290575281" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="290575281" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 20:15:57 -0700 Message-Id: <7758ae$lo6ofu@orsmga005-auth.jf.intel.com> Date: 25 Apr 2022 20:15:56 -0700 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="730030598" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 20:15:56 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH V1] nics/system_info: fix bug of re pattern expression 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: <20220422093834.5188-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 Fri, 22 Apr 2022 17:38:34 +0800, Jun Dong wrote: > There are some different forms of location information of memory in > different platform, such as: "Locator: DIMM_A1", "Locator: DIMM 0", > "P1-DIMMA1","Locator: CPU1_DIMM_A2". The original re pattern expression > cann't match in some platform, this patch fixed it. > > Signed-off-by: Jun Dong Acked-by: Lijuan Tu Applied, thanks