From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sreenaath Vasudevan Subject: Virtio driver lockup in KVM Date: Mon, 19 Dec 2016 00:21:27 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by dpdk.org (Postfix) with ESMTP id 18DB32B88 for ; Mon, 19 Dec 2016 09:21:29 +0100 (CET) Received: by mail-lf0-f53.google.com with SMTP id t196so48750527lff.3 for ; Mon, 19 Dec 2016 00:21:29 -0800 (PST) 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 I am running a DPDK application with virtio driver and ran in to driver rx lockup issue. 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? Following is the environment Application runnign dpdk-2.2 VM running on KVM hypervisor using VIRTIO driver -- regards sreenaath