DPDK patches and discussions
 help / color / mirror / Atom feed
From: Konstantin Ananyev <konstantin.ananyev@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCHv5 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit
Date: Mon,  9 Nov 2015 09:20:14 +0000	[thread overview]
Message-ID: <1447060816-9923-1-git-send-email-konstantin.ananyev@intel.com> (raw)

First patch contains changes in testpmd that allows to reproduce the issue.
Second patch is the actual fix.

Konstantin Ananyev (2):
  testpmd: add ability to split outgoing packets
  ixgbe: fix TX hang when RS distance exceeds HW limit

 app/test-pmd/cmdline.c                      |  57 +++++++++-
 app/test-pmd/config.c                       |  61 +++++++++++
 app/test-pmd/csumonly.c                     | 163 +++++++++++++++++++++++++++-
 app/test-pmd/testpmd.c                      |   3 +
 app/test-pmd/testpmd.h                      |  10 ++
 app/test-pmd/txonly.c                       |  13 ++-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  11 +-
 drivers/net/ixgbe/ixgbe_rxtx.c              |  32 +++++-
 8 files changed, 336 insertions(+), 14 deletions(-)

-- 
1.8.5.3

             reply	other threads:[~2015-11-09  9:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-09  9:20 Konstantin Ananyev [this message]
2015-11-09  9:20 ` [dpdk-dev] [PATCHv5 1/2] testpmd: add ability to split outgoing packets Konstantin Ananyev
2015-11-09 13:38   ` De Lara Guarch, Pablo
2015-11-09 13:45     ` Ananyev, Konstantin
2015-11-09 14:06       ` De Lara Guarch, Pablo
2015-11-09  9:20 ` [dpdk-dev] [PATCHv5 2/2] ixgbe: fix TX hang when RS distance exceeds HW limit Konstantin Ananyev

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=1447060816-9923-1-git-send-email-konstantin.ananyev@intel.com \
    --to=konstantin.ananyev@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).