From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCHv7 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit Date: Tue, 10 Nov 2015 13:48:19 +0000 Message-ID: <1447163301-13333-1-git-send-email-konstantin.ananyev@intel.com> References: <1440085070-13989-1-git-send-email-vladz@cloudius-systems.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 81C7B8D85 for ; Tue, 10 Nov 2015 14:48:27 +0100 (CET) In-Reply-To: <1440085070-13989-1-git-send-email-vladz@cloudius-systems.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" First patch contains changes in testpmd that allow 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 ++- app/test/test_pmd_perf.c | 8 +- doc/guides/rel_notes/release_2_2.rst | 7 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 21 +++- drivers/net/ixgbe/ixgbe_rxtx.c | 32 +++++- 10 files changed, 357 insertions(+), 18 deletions(-) -- 1.8.3.1