From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) by dpdk.org (Postfix) with ESMTP id 7D2215594 for ; Wed, 27 Jul 2016 02:34:07 +0200 (CEST) Received: by mail-io0-f178.google.com with SMTP id b62so52450620iod.3 for ; Tue, 26 Jul 2016 17:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=viptela-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=jVvWjZHFsR41NLUR+lc2VhJ1oj3uGfiIlB8yU0GFkGA=; b=CuxcG6/lQSfMAEXsLcKphl2gddNSj2v4yj9qX6wOuGsMS4alfqDRy7v5U0Rt0168Pz EkpuHboJNW1WbZwE925TgH1Jeqlhlz9pVcAYuonXDfdAOtQK56RM8nOvi/yTLQAEEOSn bN3f9OzcJtKXAoA5R5CfGd7m5Il4TAUPcL/+hJhcabAlvbmCbX+xa2KUawrWy5Uj9Jo8 7tjEuMzIb5WKdBn6ZVkHUaW6+DFP2AAY+2R8MteUa/yau/7yFLbIvRyTmX16ylj9Y2wp O6CPuOZ75+7zXYCKDMSyolxoYyStUl+1gkRlNOs28LU4WXrdZzIBJ/3rDg1dEHL0UUc/ KGKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jVvWjZHFsR41NLUR+lc2VhJ1oj3uGfiIlB8yU0GFkGA=; b=EeOkMZ4wIrJo7FDfG6SyxfEHFlBPZpeb0lOd6/mbQakjpO+FYmbVI5ns9u2IX0cza/ 0N9B6MsrlITNaDcggoD+I8JqPO7D0IK4Cibjk+SxqqZeJpEyJEvhSVht+HX/DtGgWD3l qC2QDKUhFKzp8vQy1ClYbai5sgJGI+c+OhF2mPfJOLFn/1RvomjqTyL1Begt/Qt3rx+L 6ckhmruGexZFdLMrG96QuX0Mtt1cW4/PgiXKEqDHicqpMv79bj+WvSQmfQvq6AdQPfQ/ JiGSYJTmuKXxYb+YZnOYqwPt8O7Ao5ezRPpJMRF2bVxPmj3qnEVgfddqbh0aOvzpH1fB sINA== X-Gm-Message-State: AEkoouvcSSHKBmFTcLRmqtxTcTSAlwKz86hvdJmpnAm14DeHzjhQIgVT4LtWDyTuUVtzDL/AFQWX2+kfT9jIHg== X-Received: by 10.107.17.147 with SMTP id 19mr33474609ior.22.1469579646928; Tue, 26 Jul 2016 17:34:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.25.130 with HTTP; Tue, 26 Jul 2016 17:33:27 -0700 (PDT) From: Prabahar Radhakrishnan Date: Tue, 26 Jul 2016 17:33:27 -0700 Message-ID: To: dev@dpdk.org, users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Virtio crash X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 00:34:08 -0000 Hi, I am trying to enable virtio for our application. The driver registration is all working and initialization is fine as well. But, when I call "*rte_eth_rx_burst()*" API to receive packets, driver crashes " *virtio_recv_mergeable_pkts()*" while calling "VIRTQUEUE_NUSED()". Looks like the vq_ring is not initialized. I am using dpdk-2.2 and I saw that in the archives there was an issue in dpdk-2.2 in device restart. I don't have a device restart condition. Any idea what might be happening? Device restart issue I am referring to: http://openvswitch.org/pipermail/discuss/2016-March/020551.html Thank you regards Prab