From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3B2822C6E for ; Fri, 25 May 2018 10:44:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2018 01:44:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,439,1520924400"; d="scan'208";a="43830640" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.57]) ([10.67.119.57]) by orsmga007.jf.intel.com with ESMTP; 25 May 2018 01:44:30 -0700 Message-ID: <5B083A6D.5050407@intel.com> Date: Sat, 26 May 2018 00:31:41 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: phil.yang@arm.com, dts@dpdk.org CC: nd@arm.com References: <1526378779-10530-2-git-send-email-phil.yang@arm.com> <1527237462-23959-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1527237462-23959-1-git-send-email-phil.yang@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v2] framework/qemu_kvm: replace nc with socat for vm control by socket 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: , X-List-Received-Date: Fri, 25 May 2018 08:44:32 -0000 Thanks Phil, applied. On 05/25/2018 04:37 PM, phil.yang@arm.com wrote: > The nc process hang while connecting with unix domian socket. > > The problem could be resolved by replacing it with socat tool. > > Change-Id: If78dc387d306d7ad545637a5053cedf5430c806f > Jira: ENTNET-773 > Signed-off-by: Phil Yang > --- > framework/qemu_kvm.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)