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 E55A7A0093; Tue, 26 Apr 2022 04:47:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2EF4406A2; Tue, 26 Apr 2022 04:47:56 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id F0C8740691 for ; Tue, 26 Apr 2022 04:47:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650941275; x=1682477275; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4B02crrr12EPp0gnd7WtqyOKYkadcqHv6AgCeCH50tI=; b=EWr9IHqE9Vt+B4TngvdmTAwlyCVNgSN3+C0jMgssiPXROEB1iDu+0Y+N dy0Yynzo9cMUy1xyMgVlrlrbBb96MibPlr14Af2ejFXytbnAnumSlXXre Elw6ZJIi+Rwllce9a0J7xqP7qcyNfZRU3MG9/gi0fkjWowDCn8OSyNYKM 1AE0iYZ9tYyeBWVFhSWHvYVDDS07FBxfxs2nrH4dks0RHruBM4LIP0KNl QU7Nm7fbuGjfwWK8XnWlj/9ju8Cc4gaR9rWyUMboK46azz7jMYYC7UN4J Ix3koWgUYgl+1ks8tCkooWVGPA2Hxx1DhYHwVoKs3Ly3gNYHf5daHAeDp w==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="325915843" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="325915843" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 19:47:54 -0700 Message-Id: <003cea$h8otrv@orsmga008-auth.jf.intel.com> Date: 25 Apr 2022 19:47:53 -0700 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="579630982" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 19:47:53 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/hello_world: fixed script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220422164821.31738-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Fri, 22 Apr 2022 16:48:21 +0000, Jiale Song wrote: > parameter transmission error, modify incoming parameters. > > Signed-off-by: Jiale Song Applied, thanks