From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9F67458C3 for ; Tue, 10 Nov 2015 15:06:34 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 10 Nov 2015 06:06:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,270,1444719600"; d="scan'208";a="816289794" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga001.jf.intel.com with ESMTP; 10 Nov 2015 06:06:30 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX103.ger.corp.intel.com ([169.254.3.13]) with mapi id 14.03.0248.002; Tue, 10 Nov 2015 14:06:26 +0000 From: "De Lara Guarch, Pablo" To: "Ananyev, Konstantin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCHv7 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit Thread-Index: AQHRG76H+LGLt8eZdUKa402ZtuHOY56VShqw Date: Tue, 10 Nov 2015 14:06:26 +0000 Message-ID: References: <1440085070-13989-1-git-send-email-vladz@cloudius-systems.com> <1447163301-13333-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1447163301-13333-1-git-send-email-konstantin.ananyev@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCHv7 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: Tue, 10 Nov 2015 14:06:35 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin > Ananyev > Sent: Tuesday, November 10, 2015 1:48 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCHv7 0/2] ixgbe: fix TX hang when RS distance > exceeds HW limit >=20 > First patch contains changes in testpmd that allow to reproduce the issue= . > Second patch is the actual fix. >=20 > Konstantin Ananyev (2): > testpmd: add ability to split outgoing packets > ixgbe: fix TX hang when RS distance exceeds HW limit >=20 > 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(-) >=20 > -- > 1.8.3.1 Series-acked-by: Pablo de Lara