DPDK patches and discussions
 help / color / mirror / Atom feed
From: Aws Ismail <aws.ismail@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [BUG] support for X552/X557-AT 10GBase-T devices is broken in DPDK master
Date: Fri, 13 Nov 2015 16:53:48 -0500	[thread overview]
Message-ID: <CAMHMu0OY8jfD-mpDMYpFnnd==mVY-cOd2ukDpD-xOBjx-bBQVQ@mail.gmail.com> (raw)

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

                 reply	other threads:[~2015-11-13 21:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMHMu0OY8jfD-mpDMYpFnnd==mVY-cOd2ukDpD-xOBjx-bBQVQ@mail.gmail.com' \
    --to=aws.ismail@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).