From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) by dpdk.org (Postfix) with ESMTP id 4DCA9AFDD for ; Tue, 6 May 2014 05:06:51 +0200 (CEST) Received: by mail-lb0-f170.google.com with SMTP id w7so1429840lbi.1 for ; Mon, 05 May 2014 20:06:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=UNM8iRg12S8AZEUgxWdZmpJ1MHVYzqoYDdJ+056tE0Q=; b=RNiYXcPfRCUlzLvtsCc11eS9uD4nm9NJbw4l1AV3slbGT8SXM15aKUTnyoWe6/5Y4G T36Bn/BVPFDIC5cy9ldSde9+ltqaG2G3+RQRxFU7g/q0JD7hpvLd5L1+wBj6QFExWyLP 4ZKLB2bofGLLgGyKYqZSvu72C46mMgb1OTqcUDHgHcI8EVINYHQ0SRdYb5ccQLky7JvG pdHo81YvREuDShovjqupAQ23UPCmcTji21FDcDquHdOnnLS0QELrcHGbdviBxyRre1A5 0nYu+NaRo66/2VPajDbJqJTjaCWHyp+4WFaaTaYrBhaI7dyQe05BEBNWjGozM9RM2nkR EVXA== X-Received: by 10.112.35.202 with SMTP id k10mr27987442lbj.14.1399345616472; Mon, 05 May 2014 20:06:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.130.163 with HTTP; Mon, 5 May 2014 20:06:36 -0700 (PDT) In-Reply-To: References: From: Jun Xiao Date: Tue, 6 May 2014 11:06:36 +0800 Message-ID: To: dev Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Tue, 06 May 2014 10:12:05 +0200 Subject: Re: [dpdk-dev] dpdk-1.6.0r1 problem with Intel 82599ES 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: Tue, 06 May 2014 03:06:51 -0000 It's not really CPU relevance but IOMMU fault, iommu=pt kernel option solves the problem. On Tue, May 6, 2014 at 10:55 AM, Jun Xiao wrote: > Sorry for the spam, I just noticed it's AMD cpu! Is it possible to > make it fail quickly if dpdk cannot really work with AMD cpu? > > On Tue, May 6, 2014 at 10:26 AM, Jun Xiao wrote: >> Hi, >> >> I am running dpdk-1.6.0r1 with Intel 82599ES with some problems: >> - The test driver is l2fwd, and it is started successfully without any >> problem (all DEBUG build flags are enabled, but I didn't find anything >> abnormal) >> - l2fwd cannot see any packet generated by pktgen on another machine. >> - The connectivity between l2fwd machine and pktgen machine is fine >> (verified by ping before igb_uio is loaded) >> - # tools/pci_unbind.py --status >> >> Network devices using IGB_UIO driver >> ==================================== >> 0000:22:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection' >> drv=igb_uio unused= >> 0000:22:00.1 '82599ES 10-Gigabit SFI/SFP+ Network Connection' >> drv=igb_uio unused= >> >> Network devices using kernel driver >> =================================== >> 0000:01:00.0 'NetXtreme II BCM5709 Gigabit Ethernet' if=em1 drv=bnx2 >> unused= *Active* >> 0000:01:00.1 'NetXtreme II BCM5709 Gigabit Ethernet' if=em2 drv=bnx2 >> unused= >> >> I am pretty confident on the procedures since I tried it out on >> another setup with Intel I350 Gigabit NIC. >> >> Thanks, >> Jun