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 F0C474291B; Tue, 11 Apr 2023 10:53:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA3B240DFD; Tue, 11 Apr 2023 10:53:56 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 5AF5040A8B for ; Tue, 11 Apr 2023 10:53:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681203235; x=1712739235; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=eoERaPYoll6kwJLCgK2WXVSQnz4IcgdDzgWDWBYGJsM=; b=gDK08RVXfkYH+Jasy85fSsdIKsbk84mOE849ZmxFM/xdb5AIBcR6duuu aSiHRhJ6roEUAzc207dl3Vy2JJKktuoOJttI+FF1XDcAMkS8St45HXfnj ZAqp6IA2/LbMjLbIx5FlWu1KbkgqD2mfH4sjqGdymf6Qr15W/lqzKy1AN 4dNOqMv2QrdHdu7uaQLt1rOeetRzv9qP1QUB2t+x6qm26xdf/pkll1mjn JXnxf4uP0H8zMB/6welFYyU3g8WSPZ1LGVtOwI4E2XRi1bO2EBRxEZ28f bsQAQmzi7xIAi+JhIWkqWf9fJNTjbNlMhOW5n5Q8aoqZXSHgt+n007tyb w==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="406386821" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="406386821" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:53:54 -0700 Message-Id: Date: 11 Apr 2023 01:53:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="721119665" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="721119665" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:53:53 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/pvp_qemu_multi_paths_port_restart: optimize testsuite script From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230328072043.3795609-3-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 Tue, 28 Mar 2023 15:20:43 +0800, Wei Ling wrote: > Replace pmd_out API to replace send_expect() to start testpmd. > > Signed-off-by: Wei Ling Series applied, thanks