From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id B4F80685C for ; Fri, 26 Feb 2016 21:56:14 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id a4so85194775wme.1 for ; Fri, 26 Feb 2016 12:56:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=8Cyxuy68PfTlrE5ZJAALr3e9uHPYAE+QGQi7S1QHVUI=; b=Rizv8d7fK0xdfod9f2Mkh7zy9fdXYcfBUXPG6P70Heqw27DgQg1lBNl6ZpY0qLybat T0hEbr6OxsgvZEapngOhle4X4YX/tWZ9gfNTQ+6EDR4+5QYbCH7Foxy8L+JgKrmiAD41 5N0/EyET2rcUzoF1oM9TsH6fQ7OCNq5bKJ6LxD/xpJTl0ihUVuMyQrHpVLrqXgdzIdeU AXdToVJaVlGIxfQ29CpL3Nu5uQJ5Wl/hTHHK2chi/Zu6M9lguWYIPnnVf9jos5MbhCZK q9/npyEf2B9Cpv0tKie+c2S1Eo6Ijcn80xnC0BKP9ltxpYXjy9trKDZcK/e9XVkAA53+ HOsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=8Cyxuy68PfTlrE5ZJAALr3e9uHPYAE+QGQi7S1QHVUI=; b=lArtPHuy1cjbgOW3zXebaUGUBLbgiHpL9+UPczrXOuOg1wv708PEy8hRdkqNc1i/rv mw8q5efZmujfNvurzVBo6Gm2qREdZi/P7595YYEDGEbyf+Wyoui1SZGzF9iNK/iGtTOF +frW2+/r6jUsbDJLYdRpH5CUZfgZx4AyNy81OkicFusHt5MZN6tTSSjxg5LXNxxG4xNW KXcEkHy+lD1AKwi0hX7NQ8KLf+BRNeuLwE3mlh67K2kczT4xqPwLvD2E8v8WS2Wxhu3p I3OQIpvuhSFIfvphS74uv/JauPovkW1CFp4Or3PzPFgBWxVMmr4R9CZXzpxmev3uqago Kjgw== X-Gm-Message-State: AD7BkJJSTjwVCeb3xeMJS3dxqOAwbqoOpk3KcXZkAbseAaVdo5kxc2zA/qtskcdO7aIpraVJ X-Received: by 10.28.98.84 with SMTP id w81mr4895880wmb.57.1456520174556; Fri, 26 Feb 2016 12:56:14 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id p125sm4377317wmd.16.2016.02.26.12.56.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Feb 2016 12:56:13 -0800 (PST) From: Thomas Monjalon To: Nagaprabhanjan Bellaru Date: Fri, 26 Feb 2016 21:54:41 +0100 Message-ID: <1832989.9gGstv1zq5@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: users@dpdk.org, "Lu, Wenzhuo" Subject: Re: [dpdk-users] Not able to detect Intel EC I218-V (rev 03) 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: Fri, 26 Feb 2016 20:56:14 -0000 Hi, 2016-02-26 18:59, Nagaprabhanjan Bellaru: > Hello, > > Using setup.sh (available in tools folder) I have bound eth0 (which is of > Intel EC I218-V make) to igb_uio module (which I can see with > dpdk_nic_bind.py --status output): > > -- > Network devices using DPDK-compatible driver > ============================================ > 0000:00:19.0 'Ethernet Connection (3) I218-V' drv=igb_uio unused= > > Network devices using kernel driver > =================================== > > -- > > However, when I run any sample application, it complains that there are no > ethernet ports: > > -- > EAL: Error - exiting with code: 1 > Cause: No available NIC ports! > -- > > If I give a --vdev=eth_pcap0,iface=eth0, then it picks it. Am I missing > something? I hope this Intel card is supported by DPDK. I think this card is not supported. We are waiting a review for this patch: http://dpdk.org/dev/patchwork/patch/7161/ Do not hesitate to test it.