From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 61291591E for ; Mon, 9 Nov 2015 20:24:59 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 09 Nov 2015 11:21:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,266,1444719600"; d="scan'208";a="831989399" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 09 Nov 2015 11:21:22 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tA9JLLOd010669; Mon, 9 Nov 2015 19:21:21 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tA9JLLIv008390; Mon, 9 Nov 2015 19:21:21 GMT Received: (from kananye1@localhost) by sivswdev01.ir.intel.com with id tA9JLLrS008386; Mon, 9 Nov 2015 19:21:21 GMT From: Konstantin Ananyev To: dev@dpdk.org Date: Mon, 9 Nov 2015 19:21:11 +0000 Message-Id: <1447096873-8353-1-git-send-email-konstantin.ananyev@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1440085070-13989-1-git-send-email-vladz@cloudius-systems.com> References: <1440085070-13989-1-git-send-email-vladz@cloudius-systems.com> Subject: [dpdk-dev] [PATCHv6 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 19:24:59 -0000 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