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 76312A0543; Sat, 28 May 2022 11:06:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4CF8840F35; Sat, 28 May 2022 11:06:40 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 73DB240E50 for ; Sat, 28 May 2022 11:06:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728799; x=1685264799; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=g4yZrytWWdZooGWFKjWq23re9G44L7Aygj9YP/CPEpM=; b=PxwNPgtJQz51AZDr975fDvXwUptx/wEoYyGNl3by1DHPA5qNLaCpRYFM QqwQnmG6fqX+ovpVg55PMcn7sAP+JdiAvZbYPZWOE2k/+sKKr6EtqvrCI CXbrFr1vxDNE9Uqc7lI6S1OVZHMhsFeYLN6Pt2tzScDfs02dMiD4UF3aR UOrDs8iB20oe1FvXeilkWKqtJTapuYfUc/xsc2lRALsgDxX5dQRdvuHAg oObdGfVLpPPUk4xqKLdD3BCC0Tk0V6ShuLwfou2WvYLFO77VdpCHhZQIl 3qeiYDv4Vs3Zp/ruOdN9479P0NwB2eqqpfVh7X+lIdxzliLm+zlxppAV1 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="274377037" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="274377037" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:06:38 -0700 Message-Id: <003cea$i0a5c1@orsmga008-auth.jf.intel.com> Date: 28 May 2022 02:06:37 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="604312971" 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; 28 May 2022 02:06:37 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/vhost_event_idx_interrupt_test_plan: fix socket path and VM mode issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220526061915.1276932-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 Thu, 26 May 2022 02:19:15 -0400, Wei Ling wrote: > 1.Fix start virtio back-end socket path wrong issue. > 2.Add start virtio front-end VM server mode parameter. > > Signed-off-by: Wei Ling Applied, thanks