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 BD43FA054A; Fri, 19 Feb 2021 09:05:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 912E740395; Fri, 19 Feb 2021 09:05:17 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E62CB40042 for ; Fri, 19 Feb 2021 09:05:15 +0100 (CET) IronPort-SDR: r9FQf3qzp6/2h580+NimoGNOtmxh17DDcpl6L5MZ/Z+IJGsZj4LpnvSIYPN+MLqJ30QfYU8Yn2 OxF4jfGQc6Vg== X-IronPort-AV: E=McAfee;i="6000,8403,9899"; a="163553203" X-IronPort-AV: E=Sophos;i="5.81,189,1610438400"; d="scan'208";a="163553203" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2021 00:05:14 -0800 IronPort-SDR: vFEa+0ILBubLNBhBqTeuOCym0zd0yGJHTsAfaslUlC3218OUqtF0KKv/i+LkAiAaxpgWUGNDvd ZFLQwcByt+Ng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,189,1610438400"; d="scan'208";a="440169794" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 19 Feb 2021 00:05:12 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 19 Feb 2021 00:05:09 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 19 Feb 2021 16:05:07 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.002; Fri, 19 Feb 2021 16:05:07 +0800 From: "Tu, Lijuan" To: "Zhou, JunX W" , "dts@dpdk.org" CC: "Zhou, JunX W" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value Thread-Index: AQHW+5fr+mk/lbLy4EmbOhbZMEEVCqpfNJvA Date: Fri, 19 Feb 2021 08:05:07 +0000 Message-ID: <5a1d833a2158412680356efd4d08d196@intel.com> References: <1612513075-15926-1-git-send-email-junx.w.zhou@intel.com> In-Reply-To: <1612513075-15926-1-git-send-email-junx.w.zhou@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > fix wrong expect value >=20 > Signed-off-by: Zhou Jun Applied