From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: Virtio driver lockup in KVM Date: Mon, 19 Dec 2016 09:29:32 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Sreenaath Vasudevan , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id AB3C92BB9 for ; Mon, 19 Dec 2016 09:29:36 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Sreenaath, On 12/19/2016 09:21 AM, Sreenaath Vasudevan wrote: > Hi > I am running a DPDK application with virtio driver and ran in to driver rx > lockup issue. Are you running vhost-user DPDK backend on host or Kernel backend? > The application seems to be running fine for couple of hours before it > stops receiving packets on the interface. Transmission of packets seems to > work fine on the same interface while reception of packets stop. > Has anyone run in to anything similar? Not that I am aware, I would suggest you recompile DPDK with debug, attach to the DPDK process when it happens and check what PMd threads are doing. > > Following is the environment > Application runnign dpdk-2.2 > VM running on KVM hypervisor using VIRTIO driver > Cheers, Maxime