From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aws Ismail Subject: support for X552/X557-AT 10GBase-T devices Date: Tue, 10 Nov 2015 16:08:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) by dpdk.org (Postfix) with ESMTP id E45DFFE5 for ; Tue, 10 Nov 2015 22:08:56 +0100 (CET) Received: by obdgf3 with SMTP id gf3so7427418obd.3 for ; Tue, 10 Nov 2015 13:08:56 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" I am wondering if there is support for such device in the ixgbe PMD. 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= And 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 I am using the latest dpdk on master branch as of today.