[dpdk-dev] [PATCHv7 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit

2015-11-12 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCHv7 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit

2015-11-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Konstantin > Ananyev > Sent: Tuesday, November 10, 2015 1:48 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCHv7 0/2] ixgbe: fix TX hang when RS distance > exceeds HW limit >

[dpdk-dev] [PATCHv7 0/2] ixgbe: fix TX hang when RS distance exceeds HW limit

2015-11-10 Thread Konstantin Ananyev
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 +-