DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qiming Yang <qiming.yang@intel.com>
To: dev@dpdk.org
Cc: Qiming Yang <qiming.yang@intel.com>
Subject: [dpdk-dev] [PATCH] doc: add known igb_uio issue for i40e
Date: Mon, 27 Mar 2017 17:16:17 +0800	[thread overview]
Message-ID: <1490606177-38274-1-git-send-email-qiming.yang@intel.com> (raw)

When insmod "igb_uio" with "intr_mode=legacy and test link
status interrupt. Since INTx interrupt is not supported by
X710/XL710/XXV710, it will cause Input/Output error when
reading file descriptor.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 doc/guides/nics/i40e.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 043de34..f4073c2 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -467,3 +467,16 @@ Incorrect Rx statistics when packet is oversize
 When a packet is over maximum frame size, the packet is dropped.
 However the Rx statistics, when calling `rte_eth_stats_get` incorrectly
 shows it as received.
+
+igb uio legacy mode can not be used in X710/XL710/XXV710
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When insmod ``igb_uio`` with ``intr_mode=legacy`` and test link status
+interrupt, it will cause Input/Output error when reading file descriptor.
+The root cause is X710/XL710/XXV710 NICs lack support for indicating INTx
+is asserted via the interrupt bit in the PCI status register. Linux delect
+them from INTx support table. The related link `linux kernel commit <https:
+//git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/
+drivers/pci/quirks.c?id=8bcf4525c5d43306c5fd07e132bc8650e3491aec>`_.
+
+NOTE: happening when Linux kernel version >= 4.7
-- 
2.7.4

             reply	other threads:[~2017-03-27  9:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-27  9:16 Qiming Yang [this message]
2017-03-30 12:08 ` Wu, Jingjing
2017-04-03 10:40 ` Ferruh Yigit
2017-04-03 13:30   ` Mcnamara, John
2017-04-13  3:08 ` [dpdk-dev] [PATCH v2] " Qiming Yang
2017-04-14 16:03   ` Mcnamara, John
2017-04-14 16:53     ` Ferruh Yigit
2017-04-19  4:16   ` [dpdk-dev] [PATCH v3] " Qiming Yang
2017-04-19 10:06     ` Ferruh Yigit

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=1490606177-38274-1-git-send-email-qiming.yang@intel.com \
    --to=qiming.yang@intel.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).