From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCHv5 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit Date: Mon, 9 Nov 2015 09:20:14 +0000 Message-ID: <1447060816-9923-1-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 24F8F595A for ; Mon, 9 Nov 2015 10:20:52 +0100 (CET) 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 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