From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by dpdk.org (Postfix) with ESMTP id AD89A5AA8 for ; Sat, 27 Feb 2016 11:38:04 +0100 (CET) Received: by mail-lf0-f49.google.com with SMTP id m1so67121561lfg.0 for ; Sat, 27 Feb 2016 02:38:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=o5e0AlwFxA2SN1CMAcr0QwEzMA5vkx0hU7Yv8/MCUh0=; b=TPss/tQWj8/DarhuNrjrzlugK8TicKGPldOxa9HQYNU3zwRuhXBj+7AAj2p07FMiXk tFH1S+fWksD+cko2UOfHBhD6nEaTPx91Q2YmSLFDobIRumNYbCjCtjjwRvEeq413fqR3 LDIjeBvDV+G1zBnqZ3jt5OxBE0TnfAg1iMgVkjhcUutDldAX1PfR2+qSM1IvpJPGWRx/ kMWAnwnbivriAq9Jypt0/5LRXePN0G+T/WczVvE42Y4VR7ywZphmR8mL9pYD3MyElbBv G4eLv+8LThXtixHFzOqUIn9cLwlQtcUFD/j8HFatmh3jaORSOf/GbLsyyJH4VndgAWr0 /tDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=o5e0AlwFxA2SN1CMAcr0QwEzMA5vkx0hU7Yv8/MCUh0=; b=nE5t8/N2iobu6p3NPKIWmfGTmdetBV6/CByWTl9EeoOxU8fCoa19vPIb4QwqSgnKTG iT8XzYc7mJWYaK4RzFHaqTBt2tAO0eH/rh2QMIbJF4hq5+4gQg05svLVXCgWa1Qv12NV 2a4g0wyK+LVgjdqQexytDv5jId+X37ztbxXlkD4pC3k8aTs0+IU2mrD///GWF+t3iIN0 ESfkM5vM+D1Tpcp+iyktOuHySqiYyCQysopKEsdStMgtQ3dn443XtGyOYVK3PCCh4JXj K44lPllJlpjRPutPQvBE4XJmK8A5e4/ynWhmKHUwT2OIuzxfXDvcqgsGAqFRFPcGNN+Q P0vw== X-Gm-Message-State: AD7BkJIN9WdvB5av88Sjiak5F5HYY0kUwqFDjoTFjB+Zq5uHntHUeujqcKoa8GI5csZyhRFVb+7HOtalwpcQAQ== MIME-Version: 1.0 X-Received: by 10.25.0.6 with SMTP id 6mr1843967lfa.132.1456569484230; Sat, 27 Feb 2016 02:38:04 -0800 (PST) Received: by 10.114.96.138 with HTTP; Sat, 27 Feb 2016 02:38:04 -0800 (PST) In-Reply-To: <1832989.9gGstv1zq5@xps13> References: <1832989.9gGstv1zq5@xps13> Date: Sat, 27 Feb 2016 16:08:04 +0530 Message-ID: From: Nagaprabhanjan Bellaru To: Thomas Monjalon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: Sat, 27 Feb 2016 10:38:04 -0000 I would be glad to do some testing, but I am just beginning to use DPDK, can you please show me some pointers how to patch DPDK and then use it? I could not find the files mentioned in the patch in the DPDK 2.2.0 suite which I downloaded Thanks, -nagp On Sat, Feb 27, 2016 at 2:24 AM, Thomas Monjalon wrote: > 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. >