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 120AFA0544; Mon, 10 Oct 2022 05:34:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C270400D5; Mon, 10 Oct 2022 05:34:26 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B6B1A40042 for ; Mon, 10 Oct 2022 05:34:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665372864; x=1696908864; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Sv5uZ2oKlHujBNGeUEhJHErciW+x6wFgPow9KnocUBk=; b=g1CFxpYKRBKy7+Vk+NZD0tUnUY1vyEvJDKWvgzwVbaKhxDjXfhVg03Pr 6R0GNzhTzr48VXSdY7ffLFr/sXG+zaB59H2/V7j3GQxZhoDAs2f5tcNBO 5WJKIoq5ncm2/KZtNfH9QiQFnhoWiCmMV4K9t55GATA1y1blYrXjsH+KM pz+8+55tZogtQIcTWKkrWrSdfirgGcoJXI0GTeSQseptAR1f0fT2ijY0A 4qDjiGXRuq+rc4kxhDChT7StENZIU/boLtl90wmhlA5Vc83XINP6hlDJs MiCWONe5Y86ui1bo6I7WUyfXVlXZt5JIao58CrCUHSgvaGE4UU4oL2SMG A==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="366095475" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="366095475" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:34:23 -0700 Message-Id: Date: 09 Oct 2022 20:34:22 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="625829355" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="625829355" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:34:22 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/pvp_share_lib: add a space between 2 testpmd parameters From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221009020715.2313050-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Sat, 8 Oct 2022 22:07:15 -0400, Wei Ling wrote: > Add a space between 2 testpmd parameters to fix code issue. > > Signed-off-by: Wei Ling Applied, thanks