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 CF906AFDD for ; Tue, 6 May 2014 04:26:15 +0200 (CEST) Received: by mail-lb0-f170.google.com with SMTP id w7so1404501lbi.29 for ; Mon, 05 May 2014 19:26:21 -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:content-type; bh=L0rkGacVImul0rDXd/0z3AHo3egbxEOwXLdorpB3puk=; b=dmdfR/hApkT/3khZeMeL+t9He/21xcz3AKMOFJgHUWcWvo7ku0TWc4vzO/uvmgZJsJ aDRoBTD6f9p5oD+NDz92vFA3YAp8k/V9fTt8I5vUlJUkc3/UCsjmlufBfAMVUAOqy37Q Nr6wvNM0GKmnLWpnT2a34TQRQDaTpSK/4AJXUHkP2zK/KN5YjIKxp6yZ8EzObRDaFLVM G1zkf/DJBR9oXyeYZJ+W8WGrFhVc2aPhOUqm3tv8HH1IQgDzBLTDmJuJnhOowV+gYyhy wW9eYrDgyQwM2cN3XCyBgN2yvckenJ2FNC4jAOjyH0FUKwTaXZTmIeQIvYTqCn+h3vIt lDJA== X-Received: by 10.112.41.227 with SMTP id i3mr4056508lbl.41.1399343180941; Mon, 05 May 2014 19:26:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.130.163 with HTTP; Mon, 5 May 2014 19:26:00 -0700 (PDT) From: Jun Xiao Date: Tue, 6 May 2014 10:26:00 +0800 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Tue, 06 May 2014 10:12:05 +0200 Subject: [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 02:26:16 -0000 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