From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by dpdk.org (Postfix) with ESMTP id 2C01C9A8D for ; Fri, 13 Nov 2015 22:54:08 +0100 (CET) Received: by oies6 with SMTP id s6so57732886oie.1 for ; Fri, 13 Nov 2015 13:54:07 -0800 (PST) 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=Zy+f4VDaOt/UEjpMHHSo9D3TuMIl7suXr8pxqiT7IlU=; b=RFm+hkQalvOEEQxyU6VpruQh6+emIc3yo3yM55oiwzViO5cUQ1N8fHDldMScSW0/f8 y1YYGf/bNXqkNu3l/9qErzpQTQ+takoZTphSLkMq9zR+ZbAE0K+z7P+/ud8279rkWUm4 Aprt2rurpicTb3Tnx1QQ6cyzmirAOwFf1+hXR4wZTUv4BuJNztsc+VtJA09w3Bd9htO1 5ZtbBtHzc6KRBsRYabmmWDn8k9j9iGqAqu3JJDcMWRRfITupDmp6AGEchNvdOL9IPwQ+ mAuTkX+o+pkHJwAHr0T3zjZUecDt8JMRCbl8J6BM6tXhM0OiO6XJBe7DMq5z3MctIbMm 6kXg== X-Received: by 10.202.202.71 with SMTP id a68mr13748878oig.14.1447451647396; Fri, 13 Nov 2015 13:54:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.41.39 with HTTP; Fri, 13 Nov 2015 13:53:48 -0800 (PST) From: Aws Ismail Date: Fri, 13 Nov 2015 16:53:48 -0500 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Subject: [dpdk-dev] [BUG] support for X552/X557-AT 10GBase-T devices is broken in DPDK master 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, 13 Nov 2015 21:54:08 -0000 The dpdk nic bind script seems to see them correctly but when running testpmd with those ports, they always come with link status down. >>From the dpdk_nic_bind script (snip): Network devices using DPDK-compatible driver ============================================ 0000:03:00.0 'Ethernet Connection X552/X557-AT 10GBASE-T' drv=igb_uio unused= 0000:03:00.1 'Ethernet Connection X552/X557-AT 10GBASE-T' drv=igb_uio unused= After I load the igb_uio module and do the bind, I notice this in dmesg: [82021.124497] igb_uio: Use MSIX interrupt by default [82024.368227] ACPI Warning: \_SB_.PCI0.BR2C._PRT: Return Package has no elements (empty) (20150410/nsprepkg-126) [82024.378940] igb_uio 0000:03:00.0: uio device registered with irq 36 [82024.384316] ACPI Warning: \_SB_.PCI0.BR2C._PRT: Return Package has no elements (empty) (20150410/nsprepkg-126) I am starting testpmd with this command line: ./testpmd -c 0x7 -n 4 -- -i I have enabled all the ixgbe debugging messages and I have noticed this messages when testpmd starts: PMD: ixgbe_device_supports_autoneg_fc(): Device 15ad does not support flow control autoneg DPDK tree at master (as of November, 11th, 2015) : http://dpdk.org/browse/dpdk/tree/?id=a4aca79ba4d866627383efa5967a4540a67ccffa