DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCHv5 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit
@ 2015-11-09  9:20 Konstantin Ananyev
  2015-11-09  9:20 ` [dpdk-dev] [PATCHv5 1/2] testpmd: add ability to split outgoing packets Konstantin Ananyev
  2015-11-09  9:20 ` [dpdk-dev] [PATCHv5 2/2] ixgbe: fix TX hang when RS distance exceeds HW limit Konstantin Ananyev
  0 siblings, 2 replies; 6+ messages in thread
From: Konstantin Ananyev @ 2015-11-09  9:20 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-09 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09  9:20 [dpdk-dev] [PATCHv5 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit Konstantin Ananyev
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

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).