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 76D56A0544; Mon, 10 Oct 2022 05:36:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51E56400D5; Mon, 10 Oct 2022 05:36:20 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D604240042 for ; Mon, 10 Oct 2022 05:36:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665372979; x=1696908979; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=hqXFwedNjrxqBpT9caCnRBnJddUNyg2NTNhPkwbR/lQ=; b=JpMltrXAtrePBk8FaIfrEbSiQDEUQIgM+Ja6vRZe1j7v3utCM6vLYzWK o1XW2i6LnAKLzzUAlsxozk7VfmFfLIuY/cw4xSfcakC2V/4nlKVZ5Ihni uy57vW87/xnEAjASB4fnxVaJp7LD72G5HewfxkODUWXIZahG7irTTfEN2 p7KBMVmN4GMbao6IQO2Yc018KYSvZ9wCVDbHrg+Y+M6MCFoBuklwQiJKh gA2v4Ju3TCHqcrGQIDS1Z1+9sAraK2WeQuh6u2RcoeUFCRblO4uAGpoD/ xiR2+5zDY2Wm8CbDsh+G4J9Y3ILmIHIuBxR1oHUu28/1LlDRdBZ7679e7 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="291418655" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="291418655" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:36:17 -0700 Message-Id: Date: 09 Oct 2022 20:36:16 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="628135162" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="628135162" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:36:16 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/multiprocess modify the regular expression From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20221009061748.16640-1-dukaix.yuan@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: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Sun, 9 Oct 2022 14:17:48 +0800, Dukai Yuan wrote: > On some NIC(I40E_10G-10G_BASE_T_X722/I40E_10G-SFP_X722/I40E_40G-QSFP_A), > the old regular expression cannot match the expected result, > modify the regular expression. > > Signed-off-by: Dukai Yuan Acked-by: Lijuan Tu Applied, thanks