From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv7 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit Date: Thu, 12 Nov 2015 00:15:58 +0100 Message-ID: <6043923.r4dPLpqCoO@xps13> References: <1440085070-13989-1-git-send-email-vladz@cloudius-systems.com> <1447163301-13333-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Ananyev, Konstantin" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 7547C8E7F for ; Thu, 12 Nov 2015 00:17:11 +0100 (CET) Received: by wmec201 with SMTP id c201so7819374wme.0 for ; Wed, 11 Nov 2015 15:17:11 -0800 (PST) In-Reply-To: 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 > > Series-acked-by: Pablo de Lara Applied, thanks