From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f196.google.com (mail-lb0-f196.google.com [209.85.217.196]) by dpdk.org (Postfix) with ESMTP id DD829ADB0 for ; Wed, 22 Jun 2016 12:28:46 +0200 (CEST) Received: by mail-lb0-f196.google.com with SMTP id td3so3992385lbb.2 for ; Wed, 22 Jun 2016 03:28:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=v2QZ994vGJgzLHrnUI9/+wn2PmvLtmIZymJXhOsyZbU=; b=zRJmHDJkhJJFVBueGo+YLRxVEdJp31J5bZCbqqf3/Y1OhUABzvIV2P9Mp3NumO9DyV uqk8WgvjKAegOdoLcFrstcFPLEkKNf2tAgy7Tex+L3XYyiRxi9XXpjbpo+TMX+ySZ3JX RW+zGpweou+9M/xt5gjq1pY3XMVufiDArMdn7wuzjOcBZAukIT0oTC/1EANu4QE2ngyV 2EPMoUubhfxfjUJVvZMVnJ/VArXT9oTUwA/FLuS6b1DlYAb31V48qG2nsFeW7wa69hvG lGmBRZp/DaWvzGGf+2zvhyY0gfpTcvt8h5KPGDml6kriMKVO0dToCbYI8OervoS+mGYG mmrQ== 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=v2QZ994vGJgzLHrnUI9/+wn2PmvLtmIZymJXhOsyZbU=; b=UxC0j9DBNej+BvkfEC0qR+hAj9Vi30a5IiGzksHa3/9GXMIAfTKUzo+6epTwrtHTAS WK3SZZW4EoooZKGkXrKd7+M6p3beNZbSjqFRI4DXg6ZDKovQP7RifYXL9y/yhleTKcDP Lkzbu46EjoVEII5G7tcNyZ05Sl89q+Md8cVTEr2m1eS98mP8zedYZWv+u1EmIkCJxIuW s0NXrPYC9hR7MK9Atnisy8rbiNkbpxP5hYxIyovj+GfCY9Kz2WomzzDW1jAiabf+n+Ic LjwArvhkRlRJ3qLLXGTjJV2gusMMQDlFImW4HYNVEl7+BSU+aS9uxQMp3c9Ci5PaSQ53 1Dig== X-Gm-Message-State: ALyK8tLa5KmMRLDVK+wy1m8Lht1mGgiEKtjLzDPDIit0q5sX6avLSc6qdkS942b2FmpHdkju95A/+yWYb02pWA== X-Received: by 10.194.38.227 with SMTP id j3mr23615779wjk.164.1466591326265; Wed, 22 Jun 2016 03:28:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.14.1 with HTTP; Wed, 22 Jun 2016 03:28:45 -0700 (PDT) From: Chinmaya Dwibedy Date: Wed, 22 Jun 2016 15:58:45 +0530 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Issue with virtio PMD (using dpdk-2.2.0) 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, 22 Jun 2016 10:28:47 -0000 Hi All, I have installed dpdk-2.2.0 on VM (Fedora 20). The VMs are created using openstack framework. It has two Ethernet ports (eth0 and eth1). The eth0 is managed by Virtio network device. It also acts as my Management interface. I login into this VM (via ssh) using IP address of eth0. When I run helloworld program, the console hangs when rte_eal_init () initializes the virtio NICs. This virtio device is not bound to DPDK. It appears that, the virtio PMD takes over each virtio device. It uses IO port to configure the virtio device in virtio_resource_init_by_ioports (). When it tries to configure virtio-pci device, ssh connection gets lost and the console freezes. As a result I can not access the VM. Can anyone please suggest is there any way to resolve this? Thank you in advance for your support. Network devices using DPDK-compatible driver ============================================ 0000:00:05.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv=uio_pci_generic unused=igb_uio Network devices using kernel driver =================================== 0000:00:03.0 'Virtio network device' if= drv=virtio-pci unused=igb_uio,uio_pci_generic Other network devices ===================== Regards, Chinmaya