Re: [dpdk-dev] [PATCH 0/4] net/bonding: bonding and LACP fixes

2017-03-09 Thread Declan Doherty
On 09/03/2017 1:19 PM, Thomas Monjalon wrote: 2017-02-08 18:14, Thomas Monjalon: 2016-08-01 16:42, Robert Sanford: In this patch series, we fix two bonding driver bugs and enhance testpmd so that bonding mode 4 (LACP) ports remain operational even when idle. These patches are blocked because

Re: [dpdk-dev] [PATCH 0/4] net/bonding: bonding and LACP fixes

2017-03-09 Thread Thomas Monjalon
2017-02-08 18:14, Thomas Monjalon: > 2016-08-01 16:42, Robert Sanford: > > In this patch series, we fix two bonding driver bugs and > > enhance testpmd so that bonding mode 4 (LACP) ports remain > > operational even when idle. > > These patches are blocked because we are waiting a v2. > > Waiting

Re: [dpdk-dev] [PATCH 0/4] net/bonding: bonding and LACP fixes

2017-02-08 Thread Thomas Monjalon
2016-08-01 16:42, Robert Sanford: > In this patch series, we fix two bonding driver bugs and > enhance testpmd so that bonding mode 4 (LACP) ports remain > operational even when idle. These patches are blocked because we are waiting a v2. Waiting so long for a fix without having any feedback make

[dpdk-dev] [PATCH 0/4] net/bonding: bonding and LACP fixes

2016-08-01 Thread Robert Sanford
In this patch series, we fix two bonding driver bugs and enhance testpmd so that bonding mode 4 (LACP) ports remain operational even when idle. 1. Problem: testpmd does not call bonding mode 4 (LACP) ports' tx burst function at least every 100 ms, as mandated. Solution: Enhance testpmd's pac