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 D4DC942B94; Thu, 25 May 2023 04:47:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC96440DDB; Thu, 25 May 2023 04:47:45 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id CCA2340A82 for ; Thu, 25 May 2023 04:47:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684982864; x=1716518864; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=V9Cvg+wN6kyo2eFosbnVd1lkRYyfqkgOC198aSsNogM=; b=ZEy49Mxi53KpsUgbyTrxhYrRP9+dRpmYPAOgFJdhqOB4/TdnVnkoIkmm mRjsK0txGDn0B5qVmXrKtuO8ymBHoYY33858JBN4JOrbaAXB11O5sGxSW 1PY9TpZoFiiTzqKX1PNB10A2aOIUscLm3zXX0oynIzUS4BOfGLfmIIIiG tOhQiq/nR2D+FvF7mos1LHquWYjvyEVXpsE2U2Q61NDgl/41K5jMkxvb0 W+6ebJvkFc9UYsYSoRFE8fqE6sQDRdFBca/JrnKULfeMKUV307NwOP42i ImNC4JCZv7uo3bss3SpH3VVmijz+AXrN1iTO1swt0ZT3qEI+IAzW7gLfy Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="343230366" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="343230366" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:47:43 -0700 Message-Id: <374626$kah9fg@orsmga006-auth.jf.intel.com> Date: 24 May 2023 19:47:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="682141172" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="682141172" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:47:41 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/vhost_user_live_migration: add restart NFS service step From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230522084052.907840-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 Mon, 22 May 2023 16:40:52 +0800, Wei Ling wrote: > Add restart NFS service step after config the NFS share config file > /etc/export to make the config effect. > > Signed-off-by: Wei Ling Applied, thanks