Re: [dpdk-dev] [PATCH v5] net/bonding: fix slave add for mode 4

2018-08-04 Thread Thomas Monjalon
02/08/2018 15:42, Doherty, Declan: > On 18/07/2018 2:21 PM, Radu Nicolau wrote: > > Moved the link status validity check from the slave add to the slave > > activation step. Otherwise slave add will fail for mode 4 if > > the ports are all stopped but only one of them checked. > > > > Removed acti

Re: [dpdk-dev] [PATCH v5] net/bonding: fix slave add for mode 4

2018-08-02 Thread Doherty, Declan
On 18/07/2018 2:21 PM, Radu Nicolau wrote: Moved the link status validity check from the slave add to the slave activation step. Otherwise slave add will fail for mode 4 if the ports are all stopped but only one of them checked. Removed activate slave call from slave add function. Fixes: b77d21

[dpdk-dev] [PATCH v5] net/bonding: fix slave add for mode 4

2018-07-18 Thread Radu Nicolau
Moved the link status validity check from the slave add to the slave activation step. Otherwise slave add will fail for mode 4 if the ports are all stopped but only one of them checked. Removed activate slave call from slave add function. Fixes: b77d21cc2364 ("ethdev: add link status get/set help