From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8145BA04FA; Thu, 9 Jan 2020 07:01:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 401011C2FB; Thu, 9 Jan 2020 07:01:52 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 88EDA1DB7A for ; Thu, 9 Jan 2020 07:01:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2020 22:01:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,412,1571727600"; d="scan'208";a="254482985" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 08 Jan 2020 22:01:49 -0800 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Thu, 9 Jan 2020 14:05:15 +0800 Message-Id: <1578549916-14350-7-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1578549916-14350-1-git-send-email-haiyangx.zhao@intel.com> References: <1578549916-14350-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 7/8] test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan:fix build warnings and errors X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Haiyang Zhao --- test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan.rst b/test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan.rst index 958d61e..eca8abe 100644 --- a/test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan.rst +++ b/test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan.rst @@ -49,6 +49,7 @@ Vhost-user uses Unix domain sockets for passing messages. This means the DPDK vh When DPDK vhost-user restarts from an normal or abnormal exit (such as a crash), the client mode allows DPDK to establish the connection again. Note that QEMU version v4.2.0 or above is required for this reconnect feature. Also, when DPDK vhost-user acts as the client, it will keep trying to reconnect to the server (QEMU) until it succeeds. This is useful in two cases: + * When QEMU is not started yet. * When QEMU restarts (for example due to a guest OS reboot). -- 1.8.3.1