From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) by dpdk.org (Postfix) with ESMTP id 23534DE0 for ; Sat, 11 Jan 2014 00:46:32 +0100 (CET) Received: by mail-pa0-f47.google.com with SMTP id kq14so5370699pab.34 for ; Fri, 10 Jan 2014 15:47:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HyIf/nIWLkmzqd8tl2fwBeu1iFBad3noxz2XdKBzC3k=; b=MlsWSo6zCKDwe+LcZhMEcXykGCfGHHHA66niwK8pIDV+d5eTJuJ1JD8oG10kjlYlmw FtSFsFM+UUxJLhb6dyzBwyDpbEur3AIEMkUMMngyvA6FWOpn6oAeT+4CcoJ5Y2013lIv t61MJGfjUaLfs7CxWbyMiexVA9jp5XKX22Rdypv3k8UDcIeXZudTm8N+28Ld34DhL2vX GaH/3i9xskSRX2eICF24hRiViNDphSOkhZs4ppvZt9Lh6wNFakPchdW5qKnSQB0PwvjH r3y/JnN8M3648WavzdgAak85pmk/vufZwoUV8fyCJOoJ1fthLov851cyvqhx/08yUuf7 ldrw== MIME-Version: 1.0 X-Received: by 10.67.3.34 with SMTP id bt2mr14727051pad.3.1389397665198; Fri, 10 Jan 2014 15:47:45 -0800 (PST) Received: by 10.69.17.4 with HTTP; Fri, 10 Jan 2014 15:47:45 -0800 (PST) Date: Fri, 10 Jan 2014 15:47:45 -0800 Message-ID: From: Selvaganapathy Chidambaram To: "dev@dpdk.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Issue in virtio pmd available in dpdk 1.5 - virtqueue does not exist X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 23:46:33 -0000 Hi, I am using dpdk 1.5 where virtio pmd is available in dpdk-1.5.1r2/lib/librte_pmd_virtio/. When I run l2fwd reference application, I am getting the following error: EAL: PCI device 0000:00:08.0 on NUMA socket -1 EAL: probe driver: 1af4:1000 rte_virtio_pmd EAL: PCI device 0000:00:09.0 on NUMA socket -1 EAL: probe driver: 1af4:1000 rte_virtio_pmd Lcore 0: RX port 0 Lcore 1: RX port 1 Initializing port 0... EAL: Error - exiting with code: 1 Cause: rte_eth_rx_queue_setup:err=-22, port=0 On debugging further, I see that in function virtio_dev_queue_setup, vq_size is zero and hence returns error. I was able to run e1000 pmd and virtio pmd *extension* successfully. Please let me know if I need to set anything specifically to make virtio pmd to work. Thanks, Selvaganapathy.C.