Skip to content

Commit

Permalink
docs: Add flow control on i40e issue
Browse files Browse the repository at this point in the history
There is an issue with flow control configuration on i40e devices
and it has a work around. We add this to documentation as known issue
until a permanent solution is developed.

Signed-off-by: Tomasz Konieczny <[email protected]>
Acked-by: Flavio Leitner <[email protected]>
Signed-off-by: Ian Stokes <[email protected]>
  • Loading branch information
TomaszXKonieczny authored and istokes committed Oct 6, 2020
1 parent 86f624e commit 39fbd2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/intro/install/dpdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,15 @@ Limitations
around is temporary and is expected to be removed once a method is provided
by DPDK to query the upper bound MTU value for a given device.

- Flow Control: When using i40e devices (Intel(R) 700 Series) it is recommended
to set Link State Change detection to interrupt mode. Otherwise it has been
observed that using the default polling mode, flow control changes may not be
applied, and flow control states will not be reflected correctly.
The issue is under investigation, this is a temporary work around.

For information about setting Link State Change detection, refer to
:ref:`lsc-detection`.

Reporting Bugs
--------------

Expand Down
2 changes: 2 additions & 0 deletions Documentation/topics/dpdk/phy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ Jumbo Frames
DPDK physical ports can be configured to use Jumbo Frames. For more
information, refer to :doc:`jumbo-frames`.

.. _lsc-detection:

Link State Change (LSC) detection configuration
-----------------------------------------------

Expand Down

0 comments on commit 39fbd2c

Please sign in to comment.