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 C4516A0543; Sat, 28 May 2022 11:02:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A38DC40F35; Sat, 28 May 2022 11:02:37 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C8C1140E50 for ; Sat, 28 May 2022 11:02:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728556; x=1685264556; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=IhI0woEXcQLMLLISuyXQY2g/OyRXAJqRfTTPtX19Hlg=; b=A3qbZQRLSPBIP8DzM9TEnyZtb+L9Xs2w2JwgZKuVyXup4bGg8tgZLYSp AD7BVI40VFrryNCQrW9z6BmaDhBgj6yFLgfjPfHh4JKmQ4TfEtyIq2/fE eurgC8eHK0SdTRBq225+jLb2UP4KdIssrf1IMW5YhVbubjA8F1ARQTH4P c2vF0Ys3Gw669ckSigvzpHiva17CYp/sh0ecliw+k5aXMglwPMnHvZ75B SIjL52Uc70DCEa9MwlxkTPz2d4svCTR9J2ZPa+9j78w6Ha4gRr3En7CuA lbTZTg1d3jN28i5GsjlBVtYdHJ2Oc2blNpR4r0bmAFKEh1Aa4FhQysL3Q g==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="337695361" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="337695361" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:02:34 -0700 Message-Id: <003cea$i0a48u@orsmga008-auth.jf.intel.com> Date: 28 May 2022 02:02:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="604311848" 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:02:33 -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_cbdma_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: <20220526062742.1277200-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:27:42 -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